This commit is contained in:
faiz 2024-08-28 10:24:41 +08:00
parent f7bdf639e5
commit 9db5918a79
2 changed files with 10 additions and 7 deletions

View File

@ -39,6 +39,8 @@
v-model="listQuery.os_status" v-model="listQuery.os_status"
placeholder="平台状态" placeholder="平台状态"
:options="oss" :options="oss"
clearable
:props="{ checkStrictly: true }"
class="filter-item" class="filter-item"
@change="handleChange" @change="handleChange"
/> />
@ -681,16 +683,17 @@ export default {
this.setQuery("status"); this.setQuery("status");
this.setQuery("os_status"); this.setQuery("os_status");
this.setQuery("times"); this.setQuery("times");
await this.getList(); // await this.getList();
if (!this.$route.query.id) { // if (!this.$route.query.id) {
await this.setOneClickRepair(); // await this.setOneClickRepair();
await this.getList(); // await this.getList();
} // }
this.getShortcutContent(); this.getShortcutContent();
this.getAdminList(); this.getAdminList();
}, },
mounted() { mounted() {
console.log(this.$route.query.id); console.log(this.$route.query.id);
this.setMode();
if (this.$route.query.id) { if (this.$route.query.id) {
this.onInfo({ id: this.$route.query.id }); this.onInfo({ id: this.$route.query.id });
} }

View File

@ -38,8 +38,8 @@ module.exports = {
}, },
proxy: { proxy: {
'/dev-api': { // 接口地址 以 api开头的都走下面的配置 '/dev-api': { // 接口地址 以 api开头的都走下面的配置
// target: 'https://www.szjinao.cn', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2 target: 'https://www.szjinao.cn', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
target: 'http://192.168.1.4:8787', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2 // target: 'http://192.168.1.4:8787', // 代理目标地址为后端服务器地址 127.0.0.1 192.168.1.2
ws: true, // 是否支持 websocket 请求 支持 ws: true, // 是否支持 websocket 请求 支持
changeOrigin: true, // 是否启用跨域 changeOrigin: true, // 是否启用跨域
pathRewrite: { pathRewrite: {