|
@@ -10,7 +10,8 @@ module.exports = {
|
|
|
proxy: {
|
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
|
[process.env.VUE_APP_BASE_API]: {
|
|
|
- target: `https://o3tapi.radio1964.com/web`,
|
|
|
+ target: `https://web.ohplay.airsmartser.com/web`,
|
|
|
+ // target: `https://o3tapi.radio1964.com/web`,
|
|
|
changeOrigin: true,
|
|
|
pathRewrite: {
|
|
|
['^' + process.env.VUE_APP_BASE_API]: ''
|
|
@@ -19,4 +20,4 @@ module.exports = {
|
|
|
},
|
|
|
disableHostCheck: true
|
|
|
}
|
|
|
-}
|
|
|
+}
|