caojunjie 4 år sedan
förälder
incheckning
5e653f569b
2 ändrade filer med 3 tillägg och 3 borttagningar
  1. 1 1
      src/views/basicdata/customerinformation/corps/index.vue
  2. 2 2
      vue.config.js

+ 1 - 1
src/views/basicdata/customerinformation/corps/index.vue

@@ -568,7 +568,7 @@
     methods: {
       /** 查询客户详情列表 */
       getList() {
-        this.loading = true;
+        this.loading = true
         listCorps(this.queryParams).then(response => {
           this.corpsList = response.rows;
           this.total = response.total;

+ 2 - 2
vue.config.js

@@ -34,8 +34,8 @@ module.exports = {
     proxy: {
       // detail: https://cli.vuejs.org/config/#devserver-proxy
       [process.env.VUE_APP_BASE_API]: {
-        // target: `http://192.168.137.68:8080`,
-        target: `http://engineering.echepei.com:9010/`,
+        target: `http://192.168.137.68:8080`,
+        // target: `http://engineering.echepei.com:9010/`,
         changeOrigin: true,
         pathRewrite: {
           ['^' + process.env.VUE_APP_BASE_API]: ''