diff --git a/index.html b/index.html index d05d865..fcced43 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,68 @@ - - - - - - 粤好生活-后台管理系统 - - - - -
-
- - - + @keyframes loading-dash { + 0% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -40px; + } + + 100% { + stroke-dasharray: 90, 150; + stroke-dashoffset: -120px; + } + } + + + + + +
+
+ + + +
-
- - - - \ No newline at end of file + + + diff --git a/primary-admin.zip b/primary-admin.zip new file mode 100644 index 0000000..5d4f080 Binary files /dev/null and b/primary-admin.zip differ diff --git a/src/config/index.ts b/src/config/index.ts index 3fb4110..9603c81 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -8,7 +8,7 @@ */ const config = { terminal: 1, //终端 - title: '粤好生活-后台管理系统', //网站默认标题 + title: '易客云-后台管理系统', //网站默认标题 version: '1.3.3', //版本号 baseUrl: `${import.meta.env.VITE_APP_BASE_URL || ''}/`, //请求接口域名 urlPrefix: 'api', //请求默认前缀 diff --git a/src/layout/components/footer.vue b/src/layout/components/footer.vue index 037a977..f69b75a 100644 --- a/src/layout/components/footer.vue +++ b/src/layout/components/footer.vue @@ -1,11 +1,11 @@ - + - + + + + + 易客云-后台管理系统 + + + +
+
+ + + +
+
+ + diff --git a/src/views/user/setting.vue b/src/views/user/setting.vue new file mode 100644 index 0000000..9719eb2 --- /dev/null +++ b/src/views/user/setting.vue @@ -0,0 +1,141 @@ + + + + + +