diff --git a/.env.development b/.env.development index 3ca38aa..56a0880 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:11638 +# VITE_APP_API_BASEURL = http://111.198.10.15:21609 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/.env.development b/.env.development index 3ca38aa..56a0880 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:11638 +# VITE_APP_API_BASEURL = http://111.198.10.15:21609 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/src/router/modules/tested.ts b/src/router/modules/tested.ts index 596a1a3..d577233 100644 --- a/src/router/modules/tested.ts +++ b/src/router/modules/tested.ts @@ -16,10 +16,10 @@ children: [ { path: '/tdashboard', - component: () => import('@/views/dashboard.vue'), + component: () => import('@/views/home/index.vue'), name: 'TDashboardPage', meta: { - title: '区域管理', + title: '首页看板', icon: 'ep:key', auth: '/tested/dashboard', sidebar: false, diff --git a/.env.development b/.env.development index 3ca38aa..56a0880 100644 --- a/.env.development +++ b/.env.development @@ -2,6 +2,7 @@ VITE_APP_TITLE = 计量信息系统 # 接口请求地址,会设置到 axios 的 baseURL 参数上 VITE_APP_API_BASEURL = http://111.198.10.15:11638 +# VITE_APP_API_BASEURL = http://111.198.10.15:21609 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/src/router/modules/tested.ts b/src/router/modules/tested.ts index 596a1a3..d577233 100644 --- a/src/router/modules/tested.ts +++ b/src/router/modules/tested.ts @@ -16,10 +16,10 @@ children: [ { path: '/tdashboard', - component: () => import('@/views/dashboard.vue'), + component: () => import('@/views/home/index.vue'), name: 'TDashboardPage', meta: { - title: '区域管理', + title: '首页看板', icon: 'ep:key', auth: '/tested/dashboard', sidebar: false, diff --git a/src/views/home/index.vue b/src/views/home/index.vue new file mode 100644 index 0000000..705d4a3 --- /dev/null +++ b/src/views/home/index.vue @@ -0,0 +1,13 @@ + + + + +