flat:暂存
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
module.exports = {
|
||||
//路径前缀
|
||||
publicPath: "/manage/",
|
||||
publicPath: '/gt/manage/',
|
||||
outputDir: "manage",
|
||||
lintOnSave: true,
|
||||
productionSourceMap: false,
|
||||
@@ -24,12 +24,9 @@ module.exports = {
|
||||
port: 1888,
|
||||
proxy: {
|
||||
"/api": {
|
||||
target: 'http://39.98.184.58:8000',
|
||||
target: 'http://39.98.44.136:80',
|
||||
ws: true,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/api': '/'
|
||||
}
|
||||
},
|
||||
"/qq/map": {
|
||||
//本地服务接口地址
|
||||
|
||||
Reference in New Issue
Block a user