|
@@ -35,7 +35,7 @@ module.exports = {
|
|
open: true,
|
|
open: true,
|
|
proxy: {
|
|
proxy: {
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
|
- [process.env.VUE_APP_BASE_API]: {
|
|
|
|
|
|
+ ['/proxy-api']: {
|
|
target: `http://localhost:48080`,
|
|
target: `http://localhost:48080`,
|
|
// target: `http://api-dashboard.yudao.iocoder.cn`,
|
|
// target: `http://api-dashboard.yudao.iocoder.cn`,
|
|
changeOrigin: true,
|
|
changeOrigin: true,
|