diff --git a/.env.development b/.env.development index 6cb6c2e..b34f073 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ # 页面标题 VITE_APP_TITLE = 后台基础框架 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -VITE_APP_API_BASEURL = http://111.198.10.15:11309 +# VITE_APP_API_BASEURL = http://111.198.10.15:11309 +VITE_APP_API_BASEURL = http://111.198.10.15:21409 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/.env.development b/.env.development index 6cb6c2e..b34f073 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ # 页面标题 VITE_APP_TITLE = 后台基础框架 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -VITE_APP_API_BASEURL = http://111.198.10.15:11309 +# VITE_APP_API_BASEURL = http://111.198.10.15:11309 +VITE_APP_API_BASEURL = http://111.198.10.15:21409 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..a7d1766 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -227,7 +227,7 @@ meta: { title: '登录日志', icon: 'ep:key', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', }, children: [ { @@ -236,7 +236,7 @@ component: () => import('@/views/system/log/LoginLog.vue'), meta: { title: '登录日志', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', sidebar: false, breadcrumb: true, }, diff --git a/.env.development b/.env.development index 6cb6c2e..b34f073 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ # 页面标题 VITE_APP_TITLE = 后台基础框架 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -VITE_APP_API_BASEURL = http://111.198.10.15:11309 +# VITE_APP_API_BASEURL = http://111.198.10.15:11309 +VITE_APP_API_BASEURL = http://111.198.10.15:21409 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..a7d1766 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -227,7 +227,7 @@ meta: { title: '登录日志', icon: 'ep:key', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', }, children: [ { @@ -236,7 +236,7 @@ component: () => import('@/views/system/log/LoginLog.vue'), meta: { title: '登录日志', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', sidebar: false, breadcrumb: true, }, diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index 4b0964a..afd1ee7 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -1,6 +1,7 @@ + + + diff --git a/.env.development b/.env.development index 6cb6c2e..b34f073 100644 --- a/.env.development +++ b/.env.development @@ -1,7 +1,8 @@ # 页面标题 VITE_APP_TITLE = 后台基础框架 # 接口请求地址,会设置到 axios 的 baseURL 参数上 -VITE_APP_API_BASEURL = http://111.198.10.15:11309 +# VITE_APP_API_BASEURL = http://111.198.10.15:11309 +VITE_APP_API_BASEURL = http://111.198.10.15:21409 # 调试工具,可设置 eruda 或 vconsole,如果不需要开启则留空 VITE_APP_DEBUG_TOOL = diff --git a/src/router/modules/system.ts b/src/router/modules/system.ts index c9ebca6..a7d1766 100644 --- a/src/router/modules/system.ts +++ b/src/router/modules/system.ts @@ -227,7 +227,7 @@ meta: { title: '登录日志', icon: 'ep:key', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', }, children: [ { @@ -236,7 +236,7 @@ component: () => import('@/views/system/log/LoginLog.vue'), meta: { title: '登录日志', - auth: '/sys/loginLog/list', + auth: '/sys/loginLog', sidebar: false, breadcrumb: true, }, diff --git a/src/views/system/log/listErrorLog.vue b/src/views/system/log/listErrorLog.vue index 4b0964a..afd1ee7 100644 --- a/src/views/system/log/listErrorLog.vue +++ b/src/views/system/log/listErrorLog.vue @@ -1,6 +1,7 @@ + + + diff --git a/src/views/system/log/loginLog.vue b/src/views/system/log/loginLog.vue index 068b97b..0f40674 100644 --- a/src/views/system/log/loginLog.vue +++ b/src/views/system/log/loginLog.vue @@ -1,10 +1,12 @@ + + +