East hace 4 años
padre
commit
2a416a9d6e

+ 2 - 2
src/views/modules/basic/period.vue

@@ -63,7 +63,7 @@
                 新 增
               </el-button>
             </el-form-item>
-            <el-form-item>
+            <!-- <el-form-item>
               <el-button 
                 icon="el-icon-delete" 
                 type="danger" 
@@ -71,7 +71,7 @@
                 :disabled="selectionDataList.length <= 0">
                 删 除
               </el-button>
-            </el-form-item>
+            </el-form-item> -->
           </el-form>
           <el-table
             height="540"

+ 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']  = './'; // 域名

+ 1 - 1
static/config/index.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']  = './'; // 域名