feat 微信获取OpenId

This commit is contained in:
DaxPay
2024-09-25 18:59:06 +08:00
parent d49572f94c
commit 3b2ac73eb6
7 changed files with 74 additions and 11 deletions

View File

@@ -57,5 +57,13 @@ export default antfu({
'node/prefer-global/process': 'off',
// 对所有控制语句强制执行一致的大括号样式只有一行的时候eslint默认是不需要大括号的这样会降低代码清晰度
'curly': ['error', 'all'],
// 'indent': 'off',
// 'vue/script-indent': [
// 'error',
// 2,
// {
// baseIndent: 1,
// },
// ],
},
})