diff --git a/src/router/modules/remaining.ts b/src/router/modules/remaining.ts index 81319ba2..986b6360 100644 --- a/src/router/modules/remaining.ts +++ b/src/router/modules/remaining.ts @@ -579,26 +579,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ } ] }, - { - path: '/ai', - component: Layout, - name: 'Ai', - meta: { - hidden: true - }, - children: [ - { - path: 'image/square', - component: () => import('@/views/ai/image/square/index.vue'), - name: 'AiImageSquare', - meta: { - title: '绘图作品', - icon: 'ep:home-filled', - noCache: false - } - } - ] - }, + { path: '/:pathMatch(.*)*', component: () => import('@/views/Error/404.vue'), @@ -609,38 +590,7 @@ const remainingRouter: AppRouteRecordRaw[] = [ breadcrumb: false } }, - { - path: '/iot', - component: Layout, - name: 'IOT', - meta: { - hidden: true - }, - children: [ - { - path: 'product/detail/:id', - name: 'IoTProductDetail', - meta: { - title: '产品详情', - noCache: true, - hidden: true, - activeMenu: '/iot/product' - }, - component: () => import('@/views/iot/product/detail/index.vue') - }, - { - path: 'device/detail/:id', - name: 'IoTDeviceDetail', - meta: { - title: '设备详情', - noCache: true, - hidden: true, - activeMenu: '/iot/device' - }, - component: () => import('@/views/iot/device/detail/index.vue') - } - ] - }, + { path: '/mymes', component: Layout, diff --git a/src/views/Login/Login.vue b/src/views/Login/Login.vue index 842c0f94..ff6f068a 100644 --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -5,11 +5,11 @@ >
- + {{ underlineToHump(appStore.getTitle) }}
@@ -19,43 +19,46 @@ enter-active-class="animate__animated animate__bounceInLeft" tag="div" > -
-
{{ t('login.welcome') }}
+ +
{{ t('login.welcome') }}
{{ t('login.message') }}
-
+
- {{ underlineToHump(appStore.getTitle) }} + {{ underlineToHump(appStore.getTitle) }}
-
+
- +
- - - - - - - - + + + + + + + +
@@ -64,10 +67,12 @@ -const rules: FormRules = { - username: [required()], - password: [required()], - check_password: [required()], - code: [required()] + diff --git a/src/views/Login/components/SSOLogin.vue b/src/views/Login/components/SSOLogin.vue index f31ab0e5..5ce34fb9 100644 --- a/src/views/Login/components/SSOLogin.vue +++ b/src/views/Login/components/SSOLogin.vue @@ -14,7 +14,7 @@ {{ formatScope(scope) }} diff --git a/src/views/Profile/components/BasicInfo.vue b/src/views/Profile/components/BasicInfo.vue index ddec27ce..8dfafa69 100644 --- a/src/views/Profile/components/BasicInfo.vue +++ b/src/views/Profile/components/BasicInfo.vue @@ -2,8 +2,8 @@
@@ -27,7 +27,7 @@ defineOptions({ name: 'BasicInfo' }) const { t } = useI18n() const message = useMessage() // 消息弹窗 -const userStore = useUserStore() +const userStore = useUserStore() // 表单校验 const rules = reactive({ nickname: [{ required: true, message: t('profile.rules.nickname'), trigger: 'blur' }], diff --git a/src/views/ai/chat/index.vue b/src/views/ai/chat/index.vue deleted file mode 100644 index bc846a3d..00000000 --- a/src/views/ai/chat/index.vue +++ /dev/null @@ -1,166 +0,0 @@ - - - diff --git a/src/views/bpm/category/CategoryForm.vue b/src/views/bpm/category/CategoryForm.vue index 5b771537..9c24b3ef 100644 --- a/src/views/bpm/category/CategoryForm.vue +++ b/src/views/bpm/category/CategoryForm.vue @@ -18,7 +18,7 @@ {{ dict.label }} @@ -42,6 +42,7 @@ + + diff --git a/src/views/bpm/form/index.vue b/src/views/bpm/form/index.vue index eb0dc507..46edd8f9 100644 --- a/src/views/bpm/form/index.vue +++ b/src/views/bpm/form/index.vue @@ -1,5 +1,5 @@