-
+
{{
scope.$index + 1 + (getObj.pageNum - 1) * getObj.pageSize
@@ -265,42 +266,17 @@ onMounted(async function () {
diff --git a/gold-system/src/views/workspace/index.vue b/gold-system/src/views/workspace/index.vue
index 02b0634..3f1ba64 100644
--- a/gold-system/src/views/workspace/index.vue
+++ b/gold-system/src/views/workspace/index.vue
@@ -90,40 +90,40 @@ const get = async function () {
getMiddleBar();
// 发送POST请求
const result1 = await API.post(
- "/hwjb/statistics/getSumCoin",
+ "http://192.168.8.93:10010/statistics/getSumCoin",
{}
);
const result2 = await API.post(
- "/hwjb/statistics/a",
+ "http://192.168.8.93:10010/statistics/a",
{}
);
const result3 = await API.post(
- "/hwjb/statistics/getYearConsumeCoin",
+ "http://192.168.8.93:10010/statistics/getYearConsumeCoin",
{}
);
const result4 = await API.post(
- "/hwjb/statistics/getDayConsumeCoin",
+ "http://192.168.8.93:10010/statistics/getDayConsumeCoin",
{}
);
// const result5 = await API.post(
- // "/hwjb/statistics/getMediumAreaPay",
+ // "http://192.168.8.93:10010/statistics/getMediumAreaPay",
// {}
// );
// const result6 = await API.post(
- // "/hwjb/statistics/getMediumAreaConsume",
+ // "http://192.168.8.93:10010/statistics/getMediumAreaConsume",
// {}
// );
// const result7 = await API.post(
- // "/hwjb/statistics/getMediuPayCoin",
+ // "http://192.168.8.93:10010/statistics/getMediuPayCoin",
// {}
// );
// const result8 = await API.post(
- // "/hwjb/statistics/getMediuConsumeCoin",
+ // "http://192.168.8.93:10010/statistics/getMediuConsumeCoin",
// {}
// );
const result9 = await API.post(
- "/hwjb/statistics/b",
+ "http://192.168.8.93:10010/statistics/b",
{}
);
@@ -368,7 +368,7 @@ const get = async function () {
// 获取中间柱状图数据
const getMiddleBar = async function () {
const result = await API.post(
- "/hwjb/statistics/getCoinTime",
+ "http://192.168.8.93:10010/statistics/getCoinTime",
getMiddleBarObj.value
);
@@ -561,7 +561,7 @@ const getMiddleBar = async function () {
// 获取门店排名
const getAreaRank = async function () {
const result = await API.post(
- "/hwjb/statistics/getMee",
+ "http://192.168.8.93:10010/statistics/getMee",
getAreaRankObj.value
);
@@ -1268,10 +1268,10 @@ onMounted(async function () {
任务金币