dd
This commit is contained in:
@@ -75,8 +75,8 @@ const config = {
|
|||||||
devServer: {
|
devServer: {
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api/': {
|
'/api/': {
|
||||||
// target: JSON.parse('"http://192.168.31.108:28369"'), //本地调试端口
|
target: JSON.parse('"http://localhost:28369"'), //本地调试端口
|
||||||
target: JSON.parse('"https://kunpeng.hackrobot.cn"'),
|
// target: JSON.parse('"https://kunpeng.hackrobot.cn"'),
|
||||||
|
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
'^/api/': '/'
|
'^/api/': '/'
|
||||||
|
|||||||
Reference in New Issue
Block a user