update
This commit is contained in:
@@ -45,8 +45,7 @@ const config = {
|
||||
esnextModules: ["taro-ui"],
|
||||
publicPath: "/",
|
||||
staticDirectory: "static",
|
||||
postcss: {
|
||||
autoprefixer: {
|
||||
postcss: { autoprefixer: {
|
||||
enable: true,
|
||||
config: {},
|
||||
},
|
||||
@@ -76,7 +75,7 @@ const config = {
|
||||
devServer: {
|
||||
proxy: {
|
||||
'/api/': {
|
||||
target: JSON.parse('"http://localhost:8055"'), //本地调试端口
|
||||
target: JSON.parse('"http://192.168.31.108:28369"'), //本地调试端口
|
||||
pathRewrite: {
|
||||
'^/api/': '/'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user