diff --git a/.env.production b/.env.production index 6ea4a3a..1953fee 100644 --- a/.env.production +++ b/.env.production @@ -1,13 +1,13 @@ # 生产环境相关配置 # 微服务IP -VUE_APP_SERVER_ADDRESS = '192.168.1.130' +VUE_APP_SERVER_ADDRESS = 'test.sdma.mingansei.com' # 省局数据后台IP -VUE_APP_SJ_BASE_IP_ADDRESS = '192.168.1.130' +VUE_APP_SJ_BASE_IP_ADDRESS = 'test.sdma.mingansei.com' # 微服务地址 -VUE_APP_SERVER_API = 'http://${VUE_APP_SERVER_ADDRESS}:9100' +VUE_APP_SERVER_API = 'http://${VUE_APP_SERVER_ADDRESS}' # 业务后台访问地址 VUE_APP_BASE_API = '${VUE_APP_SERVER_API}/sdma-manage/' @@ -22,4 +22,4 @@ VUE_APP_SJ_API = 'http://${VUE_APP_SJ_BASE_IP_ADDRESS}:9092/SJSE/' VUE_APP_PREVIEW_API = '${VUE_APP_SERVER_API}/sdma-preview/' # websocket连接地址 -VUE_APP_WEBSOCKET = 'ws://${VUE_APP_SERVER_ADDRESS}:9100/sdma-websocket/websocket/' +VUE_APP_WEBSOCKET = 'ws://${VUE_APP_SERVER_ADDRESS}/sdma-websocket/websocket/' diff --git a/src/views/ysjl/5000/dj/jdgy-cl/index.vue b/src/views/ysjl/5000/dj/jdgy-cl/index.vue index 5379139..dc5058e 100644 --- a/src/views/ysjl/5000/dj/jdgy-cl/index.vue +++ b/src/views/ysjl/5000/dj/jdgy-cl/index.vue @@ -357,7 +357,6 @@ import Sticky from '@/components/Sticky' import SignName from '@/views/common/SignName' import Utils from '@/utils/contact' import merge from 'webpack-merge' -import { getDepartmentTreeList } from '@/api/common' export default { name: 'GlGynbYsjl', components: { SignName, Sticky }, diff --git a/src/views/ysjl/5000/dj/lygg-cl/index.vue b/src/views/ysjl/5000/dj/lygg-cl/index.vue index 80b390c..4fa3e0b 100644 --- a/src/views/ysjl/5000/dj/lygg-cl/index.vue +++ b/src/views/ysjl/5000/dj/lygg-cl/index.vue @@ -367,7 +367,6 @@ import Sticky from '@/components/Sticky' import SignName from '@/views/common/SignName' import Utils from '@/utils/contact' import merge from 'webpack-merge' -import { getDepartmentTreeList } from '@/api/common' export default { name: 'GlGynbYsjl', components: { SignName, Sticky },