Browse Source

fix:修改文字

main
上官小雨 3 months ago
committed by masiyuan
parent
commit
7e0c978f9c
  1. 2
      zdxt-web-client/zdxt-admin-nos-plus-ui/.env.development
  2. 4
      zdxt-web-client/zdxt-admin-nos-plus-ui/src/router/index.ts
  3. 2
      zdxt-web-client/zdxt-efcode-nos-enforcement-app/vite-env/.env.enforcement-dev
  4. 2
      zdxt-web-client/zdxt-efcode-nos-enterprise-app/vite-env/.env.enterprise-dev

2
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 = 行政执法监督码

4
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' }
}
]
},

2
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'

2
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'

Loading…
Cancel
Save