diff --git a/.env.development b/.env.development index 9a917d3..5ec1b6c 100644 --- a/.env.development +++ b/.env.development @@ -3,7 +3,6 @@ VITE_APP_PORT = 3000 # 代理前缀 VITE_APP_BASE_API = '/' -# /test/sh0001/api # 线上接口地址 VITE_APP_API_URL = 'https://ifanda.52zaisheng.cn/dy' diff --git a/.env.production b/.env.production index 7e0146f..e9accab 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,6 @@ # 代理前缀 -VITE_APP_BASE_API = '/test' +VITE_APP_BASE_API = 'https://ifanda.52zaisheng.cn/dy' + +# 线上接口地址 +VITE_APP_API_URL = '' diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..1950960 Binary files /dev/null and b/dist.zip differ diff --git a/src/views/dashboard/components/VisitTrend.vue b/src/views/dashboard/components/VisitTrend.vue deleted file mode 100644 index e8ec7a9..0000000 --- a/src/views/dashboard/components/VisitTrend.vue +++ /dev/null @@ -1,205 +0,0 @@ - - - - - diff --git a/src/views/login/index.vue b/src/views/login/index.vue index 69d635b..d1d17ce 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -50,6 +50,7 @@ @keyup.enter="handleLoginSubmit" size="large" class="h-[48px] pr-2" + type="password" >