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