flat: api
This commit is contained in:
@@ -24,9 +24,12 @@ module.exports = {
|
|||||||
port: 1888,
|
port: 1888,
|
||||||
proxy: {
|
proxy: {
|
||||||
"/api": {
|
"/api": {
|
||||||
target: 'http://39.98.44.136:80',
|
target: 'http://39.98.44.136:8082',
|
||||||
ws: true,
|
ws: true,
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
|
pathRewrite: {
|
||||||
|
"^/api": ""
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"/qq/map": {
|
"/qq/map": {
|
||||||
//本地服务接口地址
|
//本地服务接口地址
|
||||||
|
|||||||
Reference in New Issue
Block a user