You've already forked ConsulManager
mirror of
https://github.com/starsliao/TenSunS.git
synced 2025-12-18 12:03:57 +08:00
非nginx调试模式
This commit is contained in:
@@ -36,6 +36,15 @@ module.exports = {
|
||||
warnings: false,
|
||||
errors: true
|
||||
},
|
||||
|
||||
// 非nginx调试,使用代理后端模式。
|
||||
// proxy:{
|
||||
// 'api':{
|
||||
// target:'http://192.168.1.120:2026',
|
||||
// changeOrigin: true,
|
||||
// }
|
||||
// },
|
||||
|
||||
before: require('./mock/mock-server.js')
|
||||
},
|
||||
configureWebpack: {
|
||||
|
||||
Reference in New Issue
Block a user