diff --git a/common/config/env.js b/common/config/env.js index 7a23172..280a05c 100644 --- a/common/config/env.js +++ b/common/config/env.js @@ -3,6 +3,8 @@ const env = { // 开发环境 development: { baseUrl: 'https://test.jichengshanshui.com.cn:28302', + // https://test.jichengshanshui.com.cn:28302 + uploadUrl: 'https://test.jichengshanshui.com.cn:28302', // baseApi:'admin-api', // appApi:'app-api' diff --git a/pages-sub/daily/maintain-manage/add-record.vue b/pages-sub/daily/maintain-manage/add-record.vue index 2ba75d2..0026e6f 100644 --- a/pages-sub/daily/maintain-manage/add-record.vue +++ b/pages-sub/daily/maintain-manage/add-record.vue @@ -1,6 +1,5 @@