diff --git a/.env.production b/.env.production index f5380e6..3ccccd7 100644 --- a/.env.production +++ b/.env.production @@ -2,7 +2,7 @@ ENV = 'production' # base api -VUE_APP_BASE_API = +VUE_APP_BASE_API =127.0.0.1:8787 # socket 连接地址 VUE_APP_WS_URL = diff --git a/package.json b/package.json index f7da6b1..c75f4dd 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "html2canvas": "^1.1.0", "js-cookie": "2.2.0", "jsonlint": "1.6.3", - "jszip": "3.2.1", + "jszip": "^3.10.1", "moment": "^2.29.1", "monaco-editor": "^0.19.3", "node-sass": "^4.13.1", @@ -69,8 +69,8 @@ "screenfull": "4.2.0", "showdown": "1.9.0", "sortablejs": "^1.15.0", - "view-design": "^4.3.2", "v-viewer": "^1.5.1", + "view-design": "^4.3.2", "vue": "2.6.10", "vue-awesome-swiper": "^3.1.3", "vue-count-to": "1.0.13", @@ -84,7 +84,7 @@ "xlsx": "0.14.1" }, "devDependencies": { - "@babel/core": "7.0.0", + "@babel/core": "^7.23.9", "@babel/register": "7.0.0", "@vue/cli-plugin-babel": "3.5.3", "@vue/cli-plugin-eslint": "^3.9.1", diff --git a/src/api/dashboard.js b/src/api/dashboard.js index 544d578..4d3b716 100644 --- a/src/api/dashboard.js +++ b/src/api/dashboard.js @@ -55,7 +55,7 @@ export function ProductPlusApi(data) { * @description 首页 -- 待处理事项 */ export function toDoDataApi() { - return request.get('statistics/get_merchant_count') + return request.get('statistics/get_supply_count') } /** * @description 首页 -- 商户销售金额排行 diff --git a/src/api/system.js b/src/api/system.js index 46e768c..d6c6427 100644 --- a/src/api/system.js +++ b/src/api/system.js @@ -263,7 +263,7 @@ export function stationNewsList(data) { * @description 消息提示 -- 待办 */ export function needDealtList() { - return request.get(`statistics/get_merchant_todo`) + return request.get(`statistics/get_supply_todo`) } /** * @description 站内消息列表 -- 设为已读 @@ -355,4 +355,4 @@ export function topicUpdate(id, group_data_id, data) { */ export function topicDetail(id) { return request.get(`group/data/detail/${id}`) -} \ No newline at end of file +} diff --git a/src/libs/settingMer.js b/src/libs/settingMer.js index ea9e731..6da26d8 100644 --- a/src/libs/settingMer.js +++ b/src/libs/settingMer.js @@ -16,7 +16,7 @@ const SettingMer = { // 服务器地址 httpUrl: VUE_APP_API_URL, // 接口请求地址 - https: VUE_APP_API_URL + '/mer', + https: VUE_APP_API_URL + '/sply', // socket连接 wsSocketUrl: VUE_APP_WS_URL, // 路由标题