Browse Source

权限

Hongxilin
hongxilin 4 months ago
parent
commit
f4636d100e
  1. 30
      gold-system/src/views/workspace/index.vue

30
gold-system/src/views/workspace/index.vue

@ -89,29 +89,10 @@ const get = async function () {
getAreaRank(); getAreaRank();
getMiddleBar(); getMiddleBar();
// POST // POST
<<<<<<< HEAD
const result1 = await API.post("/hwjb/statistics/getSumCoin", {}); const result1 = await API.post("/hwjb/statistics/getSumCoin", {});
const result2 = await API.post("/hwjb/statistics/a", {}); const result2 = await API.post("/hwjb/statistics/a", {});
const result3 = await API.post("/hwjb/statistics/getYearConsumeCoin", {}); const result3 = await API.post("/hwjb/statistics/getYearConsumeCoin", {});
const result4 = await API.post("/hwjb/statistics/getDayConsumeCoin", {}); const result4 = await API.post("/hwjb/statistics/getDayConsumeCoin", {});
=======
const result1 = await API.post(
"http://192.168.8.93:10010/statistics/getSumCoin",
{}
);
const result2 = await API.post(
"http://192.168.8.93:10010/statistics/a",
{}
);
const result3 = await API.post(
"http://192.168.8.93:10010/statistics/getYearConsumeCoin",
{}
);
const result4 = await API.post(
"http://192.168.8.93:10010/statistics/getDayConsumeCoin",
{}
);
>>>>>>> Hongxilin
// const result5 = await API.post( // const result5 = await API.post(
// "http://192.168.8.93:10010/statistics/getMediumAreaPay", // "http://192.168.8.93:10010/statistics/getMediumAreaPay",
// {} // {}
@ -129,14 +110,7 @@ const get = async function () {
// "http://192.168.8.93:10010/statistics/getMediuConsumeCoin", // "http://192.168.8.93:10010/statistics/getMediuConsumeCoin",
// {} // {}
// ); // );
<<<<<<< HEAD
const result9 = await API.post("/hwjb/statistics/b", {}); const result9 = await API.post("/hwjb/statistics/b", {});
=======
const result9 = await API.post(
"http://192.168.8.93:10010/statistics/b",
{}
);
>>>>>>> Hongxilin
// //
getSumCoin.value = result1.data; getSumCoin.value = result1.data;
@ -379,11 +353,7 @@ const get = async function () {
// //
const getMiddleBar = async function () { const getMiddleBar = async function () {
const result = await API.post( const result = await API.post(
<<<<<<< HEAD
"hwjb/statistics/getCoinTime", "hwjb/statistics/getCoinTime",
=======
"http://192.168.8.93:10010/statistics/getCoinTime",
>>>>>>> Hongxilin
getMiddleBarObj.value getMiddleBarObj.value
); );

Loading…
Cancel
Save