增加测试平台功能,系统设置,支持多个角色,分配菜单
This commit is contained in:
@@ -10,7 +10,12 @@ module.exports = {
|
||||
// Paths
|
||||
assetsSubDirectory: 'static',
|
||||
assetsPublicPath: '/',
|
||||
proxyTable: {},
|
||||
proxyTable: {
|
||||
'/it/api': {
|
||||
target: 'http://192.168.11.46:5010',
|
||||
changeOrigin: true
|
||||
}
|
||||
},
|
||||
|
||||
// Various Dev Server settings
|
||||
// host: '172.19.29.63', // can be overwritten by process.env.HOST
|
||||
@@ -18,7 +23,7 @@ module.exports = {
|
||||
port: 8081, // can be overwritten by process.env.PORT, if port is in use, a free one will be determined
|
||||
autoOpenBrowser: false,
|
||||
errorOverlay: true,
|
||||
notifyOnErrors: true,
|
||||
notifyOnErrors: false,
|
||||
poll: false, // https://webpack.js.org/configuration/dev-server/#devserver-watchoptions-
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user