- 使用 ESLint规则格式化了 Vue 组件代码 - 调整了缩进、空格和换行 - 修复了一些小的语法问题
@ -73,7 +73,7 @@
uni.setStorageSync('token', res.data.token);
let userType = res.data.userType
// userType = 2//测试完注释本行
// userType = 3//测试完注释本行
console.log('用户类型', userType)
uni.setStorageSync('userType', userType);