diff --git a/manifest.json b/manifest.json index 8e3e06c..d5d3dd3 100644 --- a/manifest.json +++ b/manifest.json @@ -85,20 +85,19 @@ "sdkConfigs" : { "maps" : {} }, - "devServer" : { - "https" : false, - "proxy": { - "/web": { - "target": "http://maintain.7and5.cn", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "^/web": "" - } - } - } - } - + "devServer" : { + "https" : false, + "proxy" : { + "/web" : { + "target" : "http://maintain.7and5.cn", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/web" : "" + } + } + } + } }, "mp-baidu" : { "appid" : "24346353" diff --git a/pages/appreciationServe/appreciationServe.vue b/pages/appreciationServe/appreciationServe.vue index a0c97ef..937a45e 100644 --- a/pages/appreciationServe/appreciationServe.vue +++ b/pages/appreciationServe/appreciationServe.vue @@ -1,89 +1,97 @@