diff --git a/.env.development b/.env.development index 3429399..d8cd593 100644 --- a/.env.development +++ b/.env.development @@ -1,6 +1,9 @@ # 页面标题 VITE_APP_TITLE = 多麦管理系统 +# 网站根目录 +VITE_PUBLIC_PATH = / + # 开发环境配置 VITE_APP_ENV = 'development' diff --git a/.env.production b/.env.production index dca93f0..d3b3c68 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,17 @@ # 页面标题 VITE_APP_TITLE = 多麦管理系统 +# 网站根目录 +VITE_PUBLIC_PATH = /admin/ + # 生产环境配置 VITE_APP_ENV = 'production' # 多麦管理系统/生产环境 -VITE_APP_BASE_API = 'http://192.168.0.192:8080/' +VITE_APP_BASE_API = 'https://www.saas.duomailianmeng.com/srv' + +# 接口前缀 +# VITE_GLOB_API_URL_PREFIX = /srv # 是否在打包时开启压缩,支持 gzip 和 brotli VITE_BUILD_COMPRESS = gzip \ No newline at end of file diff --git a/public/favicon.ico b/public/favicon.ico index e263760..a8124bb 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/assets/images/login-background.jpg b/src/assets/images/login-background.jpg deleted file mode 100644 index 8a89eb8..0000000 Binary files a/src/assets/images/login-background.jpg and /dev/null differ diff --git a/src/assets/images/loginbg.png b/src/assets/images/loginbg.png new file mode 100644 index 0000000..9751e77 Binary files /dev/null and b/src/assets/images/loginbg.png differ diff --git a/src/assets/logo/logo.png b/src/assets/logo/logo.png index e263760..a8124bb 100644 Binary files a/src/assets/logo/logo.png and b/src/assets/logo/logo.png differ diff --git a/src/assets/logo/logo2.png b/src/assets/logo/logo2.png new file mode 100644 index 0000000..9d66ce7 Binary files /dev/null and b/src/assets/logo/logo2.png differ diff --git a/src/components/HeaderSearch/index.vue b/src/components/HeaderSearch/index.vue index cb1d075..1d2f3bc 100644 --- a/src/components/HeaderSearch/index.vue +++ b/src/components/HeaderSearch/index.vue @@ -152,7 +152,7 @@ watch(searchPool, (list) => { .search-icon { cursor: pointer; - font-size: 18px; + font-size: 14px; vertical-align: middle; } diff --git a/src/components/Screenfull/index.vue b/src/components/Screenfull/index.vue index 7ad28ea..cdaa424 100644 --- a/src/components/Screenfull/index.vue +++ b/src/components/Screenfull/index.vue @@ -1,6 +1,6 @@ @@ -19,4 +19,7 @@ const { isFullscreen, enter, exit, toggle } = useFullscreen(); height: 20px; vertical-align: 10px; } +.search-icon{ + font-size: 14px; +} \ No newline at end of file diff --git a/src/components/SizeSelect/index.vue b/src/components/SizeSelect/index.vue index 4c2e7e9..538fd2b 100644 --- a/src/components/SizeSelect/index.vue +++ b/src/components/SizeSelect/index.vue @@ -38,7 +38,7 @@ function handleSetSize(size) {