hookehuyr

fix

...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
2 * @Author: hookehuyr hookehuyr@gmail.com 2 * @Author: hookehuyr hookehuyr@gmail.com
3 * @Date: 2022-05-27 15:57:59 3 * @Date: 2022-05-27 15:57:59
4 * @LastEditors: hookehuyr hookehuyr@gmail.com 4 * @LastEditors: hookehuyr hookehuyr@gmail.com
5 - * @LastEditTime: 2022-10-31 17:00:58 5 + * @LastEditTime: 2022-11-01 18:18:19
6 * @FilePath: /swx/src/app.config.js 6 * @FilePath: /swx/src/app.config.js
7 * @Description: 7 * @Description:
8 */ 8 */
...@@ -74,5 +74,10 @@ export default { ...@@ -74,5 +74,10 @@ export default {
74 // "van-button": "./components/vant-weapp/button/index", 74 // "van-button": "./components/vant-weapp/button/index",
75 // "van-tab": "./components/vant-weapp/tab/index", 75 // "van-tab": "./components/vant-weapp/tab/index",
76 // "van-tabs": "./components/vant-weapp/tabs/index" 76 // "van-tabs": "./components/vant-weapp/tabs/index"
77 - } 77 + },
78 + // requiredPrivateInfos: [
79 + // "getFuzzylocation",
80 + // "choosePoi",
81 + // "chooseAddress",
82 + // ]
78 } 83 }
......