diff --git a/components/MyAvatar/index.vue b/components/MyAvatar/index.vue index 928f565..3d9589f 100644 --- a/components/MyAvatar/index.vue +++ b/components/MyAvatar/index.vue @@ -5,8 +5,8 @@ diff --git a/main.js b/main.js index aaa8461..6cbad1b 100644 --- a/main.js +++ b/main.js @@ -54,6 +54,8 @@ const app = new Vue({ }); // 引入请求封装 -require("./util/request/index")(app); +import request from "./util/request/index"; +request(app) +//require("./util/request/index")(app); app.$mount(); \ No newline at end of file diff --git a/pages.json b/pages.json index ecfb426..43a3b3b 100644 --- a/pages.json +++ b/pages.json @@ -269,6 +269,7 @@ { "path": "pages/common/webview", "style": { + "navigationStyle": "default", "navigationBarTitleText": "" } }, diff --git a/pages/common/scan.nvue b/pages/common/scan.nvue index e181466..5f0502c 100644 --- a/pages/common/scan.nvue +++ b/pages/common/scan.nvue @@ -1,7 +1,25 @@