diff --git a/api/apiList.js b/api/apiList.js index 43764ab..5479d62 100644 --- a/api/apiList.js +++ b/api/apiList.js @@ -51,3 +51,7 @@ export const UploadFiles = (formData) => // 上传 export const UploadArea = (data) => request.post("/api/App/UploadArea", data); + + // 获取待上传区域 + export const GetAwaitUploadAreaApi = (data) => + request.get("/api/App/GetAwaitUploadArea", data); \ No newline at end of file diff --git a/api/env.js b/api/env.js index e37f13e..5baa9a0 100644 --- a/api/env.js +++ b/api/env.js @@ -2,10 +2,12 @@ let BASE_URL //开发环境中 if (process.env.NODE_ENV === 'development') { // 开发环境 - BASE_URL = 'http://10.30.2.228:8556' //开发环境请求地址 + // BASE_URL = 'http://10.30.2.228:8556' //开发环境请求地址 + BASE_URL = 'http://sl.vrgon.com:8005' //开发环境请求地址 } else { // 生产环境 - BASE_URL = 'http://10.30.2.228:8556' //生成环境请求地址 + // BASE_URL = 'http://10.30.2.228:8556' //生成环境请求地址 + BASE_URL = 'http://sl.vrgon.com:8005' //生成环境请求地址 } export default BASE_URL \ No newline at end of file diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 2e8ca1a..12f2ac9 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -67,8 +67,8 @@ - - + + @@ -100,7 +100,7 @@ /> - NFC卡异常或丢失,可尝试重新刷卡或提交卡片异常信息 + {{errorMsg}} 暂不 @@ -113,7 +113,7 @@