Explorar el Código

清表模板地址改为线上地址

duy hace 2 años
padre
commit
c795607488
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 2 2
      public/index.html
  2. 1 1
      src/views/exctab/excelmodel/excelmodel.vue

+ 2 - 2
public/index.html

@@ -16,8 +16,8 @@
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/avue/iconfont.css">
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/saber/iconfont.css">
   <link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.5/index.css">
-<!--  <script type='text/javascript' src='http://47.110.251.215:6831/web-apps/apps/api/documents/api.js'></script>-->
-  <script type='text/javascript' src='http://192.168.0.110:6831/web-apps//api/documents/api.js'></script>
+ <script type='text/javascript' src='http://47.110.251.215:6831/web-apps/apps/api/documents/api.js'></script>
+  <!-- <script type='text/javascript' src='http://192.168.0.110:6831/web-apps//api/documents/api.js'></script> -->
   <script src="<%= BASE_URL %>cdn/xlsx/FileSaver.min.js"></script>
   <script src="<%= BASE_URL %>cdn/xlsx/xlsx.full.min.js"></script>
   <link rel="icon" href="<%= BASE_URL %>favicon.png">

+ 1 - 1
src/views/exctab/excelmodel/excelmodel.vue

@@ -541,7 +541,7 @@ export default {
           this.exceloption.isPrint = false
           this.exceloption.user= { id:this.userInfo.id,name:this.userInfo.user_name}
          // this.exceloption.editUrl = "http://172.31.222.127:8090/blade-manager/exceltab/callbackSave";
-          this.exceloption.editUrl = "http://192.168.0.110:8090/blade-manager/exceltab/callbackSave";
+          this.exceloption.editUrl = "http://47.110.251.215:8090/blade-manager/exceltab/callbackSave";
           this.exceloption.key = this.from.id;
       },
         //刷新左边树形数据