修改热门接口参数
This commit is contained in:
@@ -40,6 +40,13 @@ module.exports = {
|
||||
pathRewrite: {
|
||||
'^/auth': 'auth'
|
||||
}
|
||||
},
|
||||
'/php': {
|
||||
target: process.env.VUE_APP_PHP_API,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/auth': 'auth'
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user