diff --git a/App.vue b/App.vue index c3407a1..a42b0c1 100644 --- a/App.vue +++ b/App.vue @@ -1,34 +1,49 @@ \ No newline at end of file diff --git a/common/config.js b/common/config.js index 204ac8b..d32a67b 100644 --- a/common/config.js +++ b/common/config.js @@ -30,5 +30,5 @@ const config = { config.baseUrl = 'http://183.230.235.66:11010/api'; -// config.baseUrl = 'http://5b35f15d.r28.cpolar.top'; +// config.baseUrl = 'http://3efb1a71.r28.cpolar.top'; export default config; diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 2971a0c..0b12c37 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -26,6 +26,7 @@ const install = (Vue, vm) => { } req.header["source"] = "uniapp"; req.header["clientId"] = "dab457a1ea14411787c240db05bb0832" + req.header["pushClientId"] = vm.vuex_push_clientId // 默认指定返回 JSON 数据 if (!req.header[ajaxHeader]){ req.header[ajaxHeader] = 'json'; diff --git a/components/CommonCalendar.vue b/components/CommonCalendar.vue index a14e355..2ae6f29 100644 --- a/components/CommonCalendar.vue +++ b/components/CommonCalendar.vue @@ -1,12 +1,12 @@