32197351@qq.com 1 anno fa
parent
commit
22bd18b979

+ 2 - 2
itdmWeb/.env.development

@@ -1,5 +1,5 @@
 NODE_ENV=development
-VUE_APP_API_BASE_URL=http://192.168.2.151:8080/itdmServer
+VUE_APP_API_BASE_URL=http://127.0.0.1:8080/itdmServer
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
 
@@ -7,4 +7,4 @@ VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
 VUE_APP_SUB_jeecg-app-1 = '//localhost:8092'
 
 
-VUE_APP_ONLYOFFICE_URL=http://192.168.2.146
+VUE_APP_ONLYOFFICE_URL=http://172.16.6.129:8077

+ 2 - 2
itdmWeb/.env.production

@@ -1,5 +1,5 @@
 NODE_ENV=production
-VUE_APP_API_BASE_URL=http://localhost:8080/jeecg-boot
+VUE_APP_API_BASE_URL=http://172.16.6.129:8080/itdmServer
 VUE_APP_CAS_BASE_URL=http://localhost:8888/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
-VUE_APP_ONLYOFFICE_URL=http://192.168.1.26
+VUE_APP_ONLYOFFICE_URL=http://172.16.6.129:8077

+ 1 - 1
itdmWeb/src/views/module-iTDM/baogao/modules/ItdmBaogaoForm.vue

@@ -39,7 +39,7 @@
           </a-col>
 
           <a-col :span="24">
-            <a-form-model-item label="报告类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="baogaoType">
+            <a-form-model-item label="文件类型" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="baogaoType">
 
               <j-search-select-tag v-model="model.baogaoType" dict="itdm_moban,name,id" />