Commit 66c59be7 authored by xulili's avatar xulili

去掉大屏认证

parent ebad63b3
...@@ -64,8 +64,7 @@ export default { ...@@ -64,8 +64,7 @@ export default {
getList() { getList() {
this.$https({ this.$https({
method: "post", method: "post",
url: "tBoardStatistic/getBoardSurvey", url: "tBoardStatistic/getBoardSurvey"
authType: this.backToken,
}) })
.then((res) => { .then((res) => {
if (res.status == 200) { if (res.status == 200) {
......
...@@ -18,8 +18,7 @@ export default { ...@@ -18,8 +18,7 @@ export default {
getList() { getList() {
this.$https({ this.$https({
method: "post", method: "post",
url: "tBoardStatistic/getBoardProvincePlayTotalList", url: "tBoardStatistic/getBoardProvincePlayTotalList"
authType: this.backToken,
}) })
.then((res) => { .then((res) => {
if (res.status == 200) { if (res.status == 200) {
......
...@@ -90,8 +90,7 @@ export default { ...@@ -90,8 +90,7 @@ export default {
this.$https( this.$https(
{ {
method: "post", method: "post",
url: "tBoardStatistic/getBoardRankPageList", url: "tBoardStatistic/getBoardRankPageList"
authType: this.backToken,
}, },
requestparams requestparams
) )
......
...@@ -22,8 +22,8 @@ module.exports = { ...@@ -22,8 +22,8 @@ module.exports = {
hotOnly: false, // See https://github.com/vuejs/vue-cli/blob/dev/docs/cli-service.md#configuring-proxy hotOnly: false, // See https://github.com/vuejs/vue-cli/blob/dev/docs/cli-service.md#configuring-proxy
proxy: { proxy: {
'/mall': { '/mall': {
target: "http://192.168.110.67/mall", // target: "http://192.168.110.67/mall",
// target: "http://192.168.204.66:8088/mall", // 子鹏 target: "http://192.168.204.66:8088/mall", // 子鹏
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/mall': '/' // 重写接口 '^/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