diff --git a/admin/src/views/order/index.vue b/admin/src/views/order/index.vue index 346ac54a..86aa8a3e 100644 --- a/admin/src/views/order/index.vue +++ b/admin/src/views/order/index.vue @@ -39,6 +39,8 @@ v-model="listQuery.os_status" placeholder="平台状态" :options="oss" + clearable + :props="{ checkStrictly: true }" class="filter-item" @change="handleChange" /> @@ -681,16 +683,17 @@ export default { this.setQuery("status"); this.setQuery("os_status"); this.setQuery("times"); - await this.getList(); - if (!this.$route.query.id) { - await this.setOneClickRepair(); - await this.getList(); - } + // await this.getList(); + // if (!this.$route.query.id) { + // await this.setOneClickRepair(); + // await this.getList(); + // } this.getShortcutContent(); this.getAdminList(); }, mounted() { console.log(this.$route.query.id); + this.setMode(); if (this.$route.query.id) { this.onInfo({ id: this.$route.query.id }); } diff --git a/admin/vue.config.js b/admin/vue.config.js index 4ee47e34..4fc9cd35 100644 --- a/admin/vue.config.js +++ b/admin/vue.config.js @@ -38,8 +38,8 @@ module.exports = { }, proxy: { '/dev-api': { // 接口地址 以 api开头的都走下面的配置 - // 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: '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 ws: true, // 是否支持 websocket 请求 支持 changeOrigin: true, // 是否启用跨域 pathRewrite: {