[web-app] http拦截器修改,新增监控页面编码
This commit is contained in:
@@ -9,8 +9,8 @@ module.exports = {
|
||||
/**
|
||||
* The following means that all requests are directed to the backend `https://localhost:9000/`
|
||||
*/
|
||||
// '/': {
|
||||
// target: 'https://localhost:9000/',
|
||||
// '/apps/*': {
|
||||
// target: 'https://localhost:8080',
|
||||
// secure: false, // Ignore invalid SSL certificates
|
||||
// changeOrigin: true
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user