gjy 2 yıl önce
ebeveyn
işleme
e964ec1475
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 1 1
      src/views/check-flow/index.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/check-flow/index.vue

@@ -417,7 +417,7 @@ export default {
     await this.getAllPersons();
     await this.getAllRoles();
     await this.getBusinessList();
-    await this.defaultChooseLeftTreeFirstLeaf();
+    // await this.defaultChooseLeftTreeFirstLeaf();
     await this.getDialogDepartments();
   },
   methods: {

+ 2 - 2
vue.config.js

@@ -41,9 +41,9 @@ module.exports = {
       },
       '/pb': {
         // target: 'http://192.168.1.122:9100/',
-        target: 'http://192.168.110.82:8090/',
+        // target: 'http://192.168.110.138:8090/',
         // target: 'http://192.168.110.67:9888',
-        // target: 'http://192.168.110.202:8090/',
+        target: 'http://192.168.110.82:8090/',
         // target: 'http://192.168.1.109:9100/',
         // target: 'https://standard-dev.winsea.com/',
         changeOrigin: true, //开启代理:在本地会创建一个虚拟服务端,然后发送请求的数据,并同时接收请求的数据,这样服务端和服务端进行数据的交互就不会有跨域问题