Commit 66c59be7 authored by xulili's avatar xulili

去掉大屏认证

parent ebad63b3
......@@ -64,8 +64,7 @@ export default {
getList() {
this.$https({
method: "post",
url: "tBoardStatistic/getBoardSurvey",
authType: this.backToken,
url: "tBoardStatistic/getBoardSurvey"
})
.then((res) => {
if (res.status == 200) {
......
......@@ -18,8 +18,7 @@ export default {
getList() {
this.$https({
method: "post",
url: "tBoardStatistic/getBoardProvincePlayTotalList",
authType: this.backToken,
url: "tBoardStatistic/getBoardProvincePlayTotalList"
})
.then((res) => {
if (res.status == 200) {
......
......@@ -90,8 +90,7 @@ export default {
this.$https(
{
method: "post",
url: "tBoardStatistic/getBoardRankPageList",
authType: this.backToken,
url: "tBoardStatistic/getBoardRankPageList"
},
requestparams
)
......
......@@ -22,8 +22,8 @@ module.exports = {
hotOnly: false, // See https://github.com/vuejs/vue-cli/blob/dev/docs/cli-service.md#configuring-proxy
proxy: {
'/mall': {
target: "http://192.168.110.67/mall",
// target: "http://192.168.204.66:8088/mall", // 子鹏
// target: "http://192.168.110.67/mall",
target: "http://192.168.204.66:8088/mall", // 子鹏
changeOrigin: true,
pathRewrite: {
'^/mall': '/' // 重写接口
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment