|
@@ -5,7 +5,6 @@ const webpack = require("webpack");
|
|
|
function resolve(dir) {
|
|
|
return path.join(__dirname, dir);
|
|
|
}
|
|
|
-
|
|
|
const name = defaultSettings.title || "zxkcadmin"; // page title
|
|
|
|
|
|
// If your port is set to 80,
|
|
@@ -46,7 +45,7 @@ module.exports = {
|
|
|
// change xxx-api/login => mock/login
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `http://127.0.0.1:8603`,
|
|
|
+ target: `http://192.168.0.246:8602`,
|
|
|
// target: `http://192.168.0.56:8502`,
|
|
|
// target: `http://192.168.0.248:6000`,
|
|
|
//target: `http://api.szlcloud.com/admin`,
|