@@ -196,6 +196,7 @@ const updateShowTalkUsDialog = (newValue: any) => {
height: calc(100% - 80px);
padding: 130px 20px 0;
color: #fff;
+ user-select: none;
// color: #868593;
.bottomBtx {
diff --git a/src/router/index.ts b/src/router/index.ts
index 9598aa7..ee79ce6 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -55,6 +55,42 @@ export const constantRoutes: RouteRecordRaw[] = [
},
},
],
+ }, // 定制分身
+ {
+ path: "/",
+ component: Layout,
+ redirect: "/userModel",
+ children: [
+ {
+ path: "userModel",
+ component: () => import("@/views/userModel/index.vue"),
+ name: "userModel",
+ meta: {
+ title: "userModel",
+ icon: "homepage",
+ affix: true,
+ name: "userModel.title",
+ },
+ },
+ ],
+ }, // 定制声纹
+ {
+ path: "/",
+ component: Layout,
+ redirect: "/voiceModel",
+ children: [
+ {
+ path: "voiceModel",
+ component: () => import("@/views/voiceModel/index.vue"),
+ name: "voiceModel",
+ meta: {
+ title: "voiceModel",
+ icon: "homepage",
+ affix: true,
+ name: "voiceModel.title",
+ },
+ },
+ ],
}, {
path: "/",
component: Layout,
diff --git a/src/types/auto-imports.d.ts b/src/types/auto-imports.d.ts
index 9ea2d5d..e5c7bdb 100644
--- a/src/types/auto-imports.d.ts
+++ b/src/types/auto-imports.d.ts
@@ -2,6 +2,7 @@
export {}
declare global {
const EffectScope: typeof import('vue')['EffectScope']
+ const ElForm: typeof import('element-plus/es')['ElForm']
const ElMessage: typeof import('element-plus/es')['ElMessage']
const ElMessageBox: typeof import('element-plus/es')['ElMessageBox']
const asyncComputed: typeof import('@vueuse/core')['asyncComputed']
@@ -270,6 +271,7 @@ import { UnwrapRef } from 'vue'
declare module 'vue' {
interface ComponentCustomProperties {
readonly EffectScope: UnwrapRef
+ readonly ElForm: UnwrapRef
readonly ElMessage: UnwrapRef
readonly ElMessageBox: UnwrapRef
readonly asyncComputed: UnwrapRef
diff --git a/src/types/components.d.ts b/src/types/components.d.ts
index 231836d..3ec7dc5 100644
--- a/src/types/components.d.ts
+++ b/src/types/components.d.ts
@@ -39,6 +39,7 @@ declare module '@vue/runtime-core' {
IEpEdit: typeof import('~icons/ep/edit')['default']
IEpGoods: typeof import('~icons/ep/goods')['default']
IEpLoading: typeof import('~icons/ep/loading')['default']
+ IEpLock: typeof import('~icons/ep/lock')['default']
IEpMenu: typeof import('~icons/ep/menu')['default']
IEpPhone: typeof import('~icons/ep/phone')['default']
IEpSearch: typeof import('~icons/ep/search')['default']
diff --git a/src/views/myAPI/index.vue b/src/views/myAPI/index.vue
index dd75e09..b2669dc 100644
--- a/src/views/myAPI/index.vue
+++ b/src/views/myAPI/index.vue
@@ -1,22 +1,66 @@
-
{{ $t("API.comingSoon") }}
+
+
+
+
+
+
+
diff --git a/src/views/myStore/index.vue b/src/views/myStore/index.vue
index 2fc6751..5f6bd2f 100644
--- a/src/views/myStore/index.vue
+++ b/src/views/myStore/index.vue
@@ -180,11 +180,12 @@