fix(data): 清理旧数据并保护服务端写入
This commit is contained in:
@@ -11,10 +11,10 @@ const OUTPUT_DIR = resolve('apps/web/public/help/wenfan-xiaobao');
|
||||
const AUTH_USER = {
|
||||
id: 'm-8',
|
||||
name: '超级管理员',
|
||||
username: 'admin',
|
||||
roleId: 'role-admin',
|
||||
departmentId: 'dept-1',
|
||||
phone: '13200132008',
|
||||
email: 'admin@company.com',
|
||||
departmentId: '',
|
||||
email: '',
|
||||
};
|
||||
|
||||
const versionDetailRoute = (context) => (context.versionId ? `/versions/${context.versionId}` : '/versions');
|
||||
|
||||
Reference in New Issue
Block a user