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,
},
]);
const requestURL =
process.env.NODE_ENV === "production"
? "https://www.questiongorilla.com/#/answer?"
: "https://planetg.test.automark.cc/#/answer?";
// const requestURL =
// process.env.NODE_ENV === "production"
// ? "https://www.questiongorilla.com/#/answer?"
// : "https://planetg.test.automark.cc/#/answer?";
const requestURL = "";
// 获取活动列表
function openClick() {
console.log("开通活动");

View File

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