flat: 国庆节暂存
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
module.exports = {
|
||||
configureWebpack: {
|
||||
devtool: 'source-map'
|
||||
},
|
||||
//路径前缀
|
||||
publicPath: "/manage/",
|
||||
outputDir: "manage",
|
||||
@@ -24,8 +27,8 @@ module.exports = {
|
||||
port: 1888,
|
||||
proxy: {
|
||||
"/api": {
|
||||
// target: 'http://192.168.1.115:8000',
|
||||
target: 'http://10.165.0.173:8000',
|
||||
target: 'http://192.168.1.115:8000',
|
||||
// target: 'http://10.165.0.173:8000',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
|
||||
Reference in New Issue
Block a user