diff --git a/.env b/.env index 90bc172..5441322 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ # 页面标题 -VITE_APP_TITLE = '工作相机' +VITE_APP_TITLE = '随工水印相机' diff --git a/.env.production b/.env.production index 78303a4..1884168 100644 --- a/.env.production +++ b/.env.production @@ -1,10 +1,10 @@ # 生产环境配置 ENV = 'production' -VITE_APP_API_HOST = 'https://gift.zpc-xy.com/' +VITE_APP_API_HOST = 'https://wc.zpc-xy.com/' # 生产环境 -VITE_APP_BASE_API = 'https://gift.zpc-xy.com/' +VITE_APP_BASE_API = 'https://wc.zpc-xy.com/' # 路由前缀 VITE_APP_ROUTER_PREFIX = '/' @@ -13,7 +13,7 @@ VITE_APP_ROUTER_PREFIX = '/' VITE_APP_UPLOAD_URL = 'Common/UploadFile' #socket API -VITE_APP_SOCKET_API = 'https://gift.zpc-xy.com/msghub' +VITE_APP_SOCKET_API = 'https://wc.zpc-xy.com/msghub' # 是否在打包时开启压缩,支持 gzip 和 brotli -VITE_BUILD_COMPRESS = gzip \ No newline at end of file +VITE_BUILD_COMPRESS = gzip diff --git a/index.html b/index.html index e9a5ce3..80a3014 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - 工作相机 + 随工水印相机后台管理 \ No newline at end of file