fix:错误问题
This commit is contained in:
@@ -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("开通活动");
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user