fix: 修复编译错误并完成全栈验证
**前端修复**: - 移除重复的@tarojs/taro导入 - 完善UserInfo接口类型定义(新增weiboBound/weiboName字段) **后端修复**: - 安装jsonwebtoken及@types/jsonwebtoken依赖 **构建验证**: - 前端所有平台构建通过(H5/微信小程序/抖音小程序) - 后端NestJS构建通过 - ESLint检查通过 - TypeScript编译通过
This commit is contained in:
11
src/pages/login/index.config.ts
Normal file
11
src/pages/login/index.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default typeof definePageConfig === 'function'
|
||||
? definePageConfig({
|
||||
navigationBarTitleText: '登录',
|
||||
navigationBarBackgroundColor: '#f97316',
|
||||
navigationBarTextStyle: 'white'
|
||||
})
|
||||
: {
|
||||
navigationBarTitleText: '登录',
|
||||
navigationBarBackgroundColor: '#f97316',
|
||||
navigationBarTextStyle: 'white'
|
||||
}
|
||||
Reference in New Issue
Block a user