diff --git a/manifest.json b/manifest.json index f3cc131..a999c4c 100644 --- a/manifest.json +++ b/manifest.json @@ -46,6 +46,36 @@ "sdkConfigs" : {} } }, + "h5" : { + "publicPath" : "/", + "devServer" : { + // "port" : 8083, + "disableHostCheck" : true, + "https" : true, + "proxy" : { + "/api" : { + "ws" : false, + "target" : "https://sapi.payairs.com", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/api" : "" + } + }, + "/market" : { + "ws" : false, + "target" : "https://market.acefinex.com", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/market" : "" + } + } + }, + "port" : "" + } + + }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ diff --git a/pages/home/index.vue b/pages/home/index.vue index 09b3459..d874e9a 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -89,6 +89,7 @@ Blame