diff --git a/config.js b/config.js index 83de8dd..f02367e 100644 --- a/config.js +++ b/config.js @@ -26,13 +26,14 @@ const config = { const defaultConfig = { mapKey : '', aliOss : { + //阿里云oss绑定的域名 url : 'https://tennis-oss.xzaiyp.top/', config : { //桶的地址 region: 'oss-cn-guangzhou', //id accessKeyId:'LTAI5tNycA46YTwm383dRvMV', - //密钥 + //密钥s accessKeySecret:'tAdbYQCmdur6jbZ8hjvgB7T1Z52mIG', //桶的名字 bucket: 'zhuoqiu-image', diff --git a/pages/order/order.vue b/pages/order/order.vue index a1beb47..6615125 100644 --- a/pages/order/order.vue +++ b/pages/order/order.vue @@ -86,7 +86,6 @@ url: "/pages/center/center" }) // 此处一定要return为true,否则页面不会返回到指定路径 - console.log("aaaaaaa"); this.backPressOptions = e return true; }, diff --git a/pages/repair/repair.vue b/pages/repair/repair.vue index 1e1060a..f8fabbc 100644 --- a/pages/repair/repair.vue +++ b/pages/repair/repair.vue @@ -160,9 +160,7 @@ }, onShow() { if (wx.onNeedPrivacyAuthorization) { - console.log('onNeedPrivacyAuthorization'); wx.onNeedPrivacyAuthorization(resolve => { - console.log('onNeedPrivacyAuthorization'); this.resolvePrivacyAuthorization = resolve this.$refs.showPrivacy.init(resolve) })