|
@@ -35,8 +35,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
-// target: `https://o3tapi.radio1964.com/admin`,
|
|
|
- target: `https://managementdata.ohplay.airsmartser.com/admin`,
|
|
|
+ // target: `https://o3tapi.radio1964.com/admin`,
|
|
|
+ target: `https://web.ohplay.airsmartser.com/admin`,
|
|
|
// target: `http://192.168.0.217:2678/admin`, // 付新保
|
|
|
// target: `http://192.168.0.174:2027`, // 陈浩
|
|
|
// target: `http://10.0.2.17:2027`
|