diff --git a/.eslintrc.js b/.eslintrc.js index 907c574..60cb7a8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -19,7 +19,8 @@ module.exports = { globals: { "AMap": "true", "AMapUI": "true", - "WeixinJSBridge": "true" + "WeixinJSBridge": "true", + "eruda": "true" }, overrides: [ { diff --git a/README.md b/README.md index b88f786..51a1c16 100644 --- a/README.md +++ b/README.md @@ -305,4 +305,9 @@ update - 修改 微信支付的方式,不使用jssdk,使用微信内置WeixinJSBridge对象 - appId - - 修改 微信测试环境appId \ No newline at end of file + - 修改 微信测试环境appId + +## v1.0.36 +`2023.3.30` +update +- 增加 debug按钮 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index ebd201a..ca320e5 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@