diff --git a/zdxt-web-client/zdxt-admin-nos-plus-ui/.env.development b/zdxt-web-client/zdxt-admin-nos-plus-ui/.env.development index cf3e768..26bfb64 100644 --- a/zdxt-web-client/zdxt-admin-nos-plus-ui/.env.development +++ b/zdxt-web-client/zdxt-admin-nos-plus-ui/.env.development @@ -1,5 +1,5 @@ # VITE_APP_PROXY_TARGET = 'http://139.186.148.21:8080' -VITE_APP_PROXY_TARGET = 'http://192.168.1.9:28080' +VITE_APP_PROXY_TARGET = 'http://192.168.1.13:28080' # 页面标题 VITE_APP_TITLE = zdxt-Vue-Plus多租户管理系统 VITE_APP_LOGO_TITLE = 行政执法监督码 diff --git a/zdxt-web-client/zdxt-admin-nos-plus-ui/src/router/index.ts b/zdxt-web-client/zdxt-admin-nos-plus-ui/src/router/index.ts index d25b76b..cadf883 100644 --- a/zdxt-web-client/zdxt-admin-nos-plus-ui/src/router/index.ts +++ b/zdxt-web-client/zdxt-admin-nos-plus-ui/src/router/index.ts @@ -135,7 +135,7 @@ export const constantRoutes: RouteRecordRaw[] = [ path: '', component: () => import('@/views/nos/legalTechEdit.vue'), name: 'LegalTechAdd', - meta: { title: '法制与技术材料留存新增', icon: 'plus' } + meta: { title: '新增法制与技术材料留存', icon: 'plus' } } ] }, @@ -148,7 +148,7 @@ export const constantRoutes: RouteRecordRaw[] = [ path: '', component: () => import('@/views/nos/legalTechEdit.vue'), name: 'LegalTechEdit', - meta: { title: '法制与技术材料留存编辑', icon: 'plus' } + meta: { title: '编辑法制与技术材料留存', icon: 'plus' } } ] }, diff --git a/zdxt-web-client/zdxt-efcode-nos-enforcement-app/vite-env/.env.enforcement-dev b/zdxt-web-client/zdxt-efcode-nos-enforcement-app/vite-env/.env.enforcement-dev index 54aabcb..60f8596 100644 --- a/zdxt-web-client/zdxt-efcode-nos-enforcement-app/vite-env/.env.enforcement-dev +++ b/zdxt-web-client/zdxt-efcode-nos-enforcement-app/vite-env/.env.enforcement-dev @@ -9,7 +9,7 @@ VITE_NOS_BASE_URL = '/nosapi' # 仅 dev server 代理目标(生产由 nginx 转发,不读这两项) VITE_PROXY_TARGET = 'http://139.186.148.21:8080' -VITE_NOS_PROXY_TARGET = 'http://192.168.1.12:28080' +VITE_NOS_PROXY_TARGET = 'http://192.168.1.13:28080' # 附件/图片等静态资源前缀(与现场执法同源) VITE_FILE_URL = '/api' diff --git a/zdxt-web-client/zdxt-efcode-nos-enterprise-app/vite-env/.env.enterprise-dev b/zdxt-web-client/zdxt-efcode-nos-enterprise-app/vite-env/.env.enterprise-dev index 8a972f8..849fbfe 100644 --- a/zdxt-web-client/zdxt-efcode-nos-enterprise-app/vite-env/.env.enterprise-dev +++ b/zdxt-web-client/zdxt-efcode-nos-enterprise-app/vite-env/.env.enterprise-dev @@ -10,4 +10,4 @@ VITE_APP_ENV = 'dev' VITE_NOS_BASE_URL = '/nosapi' # 仅 dev server 代理目标(生产由 nginx 转发,不读这两项) VITE_PROXY_TARGET = 'http://139.186.148.21:8080' -VITE_NOS_PROXY_TARGET = 'http://192.168.1.12:28080' +VITE_NOS_PROXY_TARGET = 'http://192.168.1.13:28080'