浏览代码

2021-05-24

East 4 年之前
父节点
当前提交
d59573a9e0
共有 4 个文件被更改,包括 3 次插入4 次删除
  1. 0 1
      src/views/modules/basicdata/branch.vue
  2. 1 1
      static/config/index-prod.js
  3. 1 1
      static/config/index-qa.js
  4. 1 1
      static/config/index-uat.js

+ 0 - 1
src/views/modules/basicdata/branch.vue

@@ -314,7 +314,6 @@ export default {
             }).then(() => {
               console.log('牧场删除失败');
             }).catch(() => {})
-            // this.$message.error('删除牧场失败');
           }
           this.resetForm()
           this.selectionDataList = []

+ 1 - 1
static/config/index-prod.js

@@ -6,7 +6,7 @@
 
   // api接口请求地址
   // window.SITE_CONFIG['baseUrl'] = 'http://demo.open.renren.io/renren-fast-server';
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.44:88/api';
+  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.57:88/api';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index-qa.js

@@ -6,7 +6,7 @@
 
   // api接口请求地址
   // window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080/renren-fast';
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.44:88/api';
+  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.57:88/api';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名

+ 1 - 1
static/config/index-uat.js

@@ -6,7 +6,7 @@
 
   // api接口请求地址
   // window.SITE_CONFIG['baseUrl'] = 'http://localhost:8080/renren-fast';
-  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.44:88/api';
+  window.SITE_CONFIG['baseUrl'] = 'http://192.168.1.57:88/api';
 
   // cdn地址 = 域名 + 版本号
   window.SITE_CONFIG['domain']  = './'; // 域名