diff --git a/.env.production b/.env.production index 59f7acf..40e5dd4 100644 --- a/.env.production +++ b/.env.production @@ -5,11 +5,11 @@ VITE_DEV=false # 请求路径 # VITE_BASE_URL='http://dev.ccwin-in.com:26110' -VITE_BASE_URL='http://10.140.10.4:26112' +VITE_BASE_URL='http://10.140.10.4:26110' # 上传路径 # VITE_UPLOAD_URL='http://dev.ccwin-in.com:26110/api/admin-api/infra/file/upload' -VITE_UPLOAD_URL='http://10.140.10.4:26112/api/admin-api/infra/file/upload' +VITE_UPLOAD_URL='http://10.140.10.4:26112/api/infra/file/upload' # 接口前缀 VITE_API_BASEPATH= diff --git a/src/components/Qxview/src/QxviewThree.vue b/src/components/Qxview/src/QxviewThree.vue index 650bb94..54a0606 100644 --- a/src/components/Qxview/src/QxviewThree.vue +++ b/src/components/Qxview/src/QxviewThree.vue @@ -1,5 +1,5 @@