Commit 74f1d0dc by liangzhen

添加目录 修改打包信息

1 parent ac8f5cfe
Showing with 7 additions and 4 deletions
NODE_ENV = 'production' NODE_ENV = 'production'
# VUE_APP_BASE_URL = "http://192.168.0.102:80" # VUE_APP_BASE_URL = "http://192.168.0.102:80"
VUE_APP_BASE_URL = "http://127.0.0.1:80" VUE_APP_BASE_URL = "http://192.168.69.1:18000"
VUE_APP_ZJ_IFRAME = "http://192.168.91.1:18000" VUE_APP_ZJ_IFRAME = "http://192.168.69.1:18000"
...@@ -268,7 +268,7 @@ export const routes = [ ...@@ -268,7 +268,7 @@ export const routes = [
name: 'situationResaultissuesLink', name: 'situationResaultissuesLink',
component: () => import('@/views/managementResult/situationResault/issuesLink.vue'), component: () => import('@/views/managementResult/situationResault/issuesLink.vue'),
meta: { meta: {
title: "评估各环节问题分布", title: "评估各环节问题分布",
}, },
}, },
{ {
...@@ -284,6 +284,9 @@ export const routes = [ ...@@ -284,6 +284,9 @@ export const routes = [
path: '/managementResult/maintenancePg', path: '/managementResult/maintenancePg',
name: 'maintenancePg', name: 'maintenancePg',
component: () => import('@/views/managementResult/pgReportManagement/maintenancePg.vue'), component: () => import('@/views/managementResult/pgReportManagement/maintenancePg.vue'),
meta: {
title: "后评估检查报告维护",
},
}, },
...@@ -300,7 +303,7 @@ export const routes = [ ...@@ -300,7 +303,7 @@ export const routes = [
name: 'maintenancePg', name: 'maintenancePg',
component: () => import('@/views/managementResult/pgReportManagement/managementPg.vue'), component: () => import('@/views/managementResult/pgReportManagement/managementPg.vue'),
meta: { meta: {
title: "后评估模板维护", title: "后评报告模板管理",
}, },
}, },
{ {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!