fix:错误问题

This commit is contained in:
王博冉
2022-12-28 13:21:06 +08:00
parent 72d1bd284a
commit 6b6c1eb948
2 changed files with 12 additions and 11 deletions

View File

@@ -71,10 +71,11 @@ let activityInfo = ref([
isClick: false, isClick: false,
}, },
]); ]);
const requestURL = // const requestURL =
process.env.NODE_ENV === "production" // process.env.NODE_ENV === "production"
? "https://www.questiongorilla.com/#/answer?" // ? "https://www.questiongorilla.com/#/answer?"
: "https://planetg.test.automark.cc/#/answer?"; // : "https://planetg.test.automark.cc/#/answer?";
const requestURL = "";
// 获取活动列表 // 获取活动列表
function openClick() { function openClick() {
console.log("开通活动"); console.log("开通活动");

View File

@@ -46,13 +46,13 @@ module.exports = {
'^/request-java': '', // 路径重写 '^/request-java': '', // 路径重写
}, },
}, },
'/rng': { // '/rng': {
target: 'http://talk.wemark.tech/api/v1', // target: 'http://talk.wemark.tech/api/v1',
changeOrigin: true, // changeOrigin: true,
pathRewrite: { // pathRewrite: {
'^/rng': '' // '^/rng': ''
} // }
}, // },
}, },
}, },
css: { css: {