@@ -15,6 +15,7 @@ module.exports = {
changeOrigin: true,
// 204是线上地址
// target: 'http://192.168.0.181:9315/',
+ // target:'http://127.0.0.1:8080/',
target: "http://ieven.wenzhouteck.net/",
secure: false,
pathRewrite: {
@@ -56,7 +56,7 @@ let apiUrl = process.env.NODE_ENV === "development" ? "/api/" : "/";
// apiUrl = "http://ieven.wenzhouteck.net/";
// apiUrl = 'http://localhost:8080/'
-// apiUrl = "/";
+// apiUrl = '/api/'
export {
baseFetchUrl,