修复代码
This commit is contained in:
parent
946ef0acc2
commit
424fda6e80
@ -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 =
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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 首页 -- 商户销售金额排行
|
||||
|
@ -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}`)
|
||||
}
|
||||
}
|
||||
|
@ -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,
|
||||
// 路由标题
|
||||
|
Loading…
x
Reference in New Issue
Block a user