forked from gxwebsoft/mp-10550
feat(register): 移除注册页面并调整经销商申请流程
- 删除 passport/register.tsx 和 passport/register.config.ts 注册相关文件 - 从 app.config.ts 中移除 register 页面配置 - 将经销商申请页面标题从"邀请注册"改为"注册会员" - 注释掉经销商申请表单中的邀请人ID字段 - 更新经销商申请页面导航栏标题文本
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '邀请注册',
|
||||
navigationBarTitleText: '注册会员',
|
||||
navigationBarTextStyle: 'black'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user