Commit 8370009b authored by 俞嘉婷's avatar 俞嘉婷

feat: 去掉模拟用户数据

parent 88f37e49
......@@ -20,8 +20,7 @@ interface IResData {
message?: string;
}
// TODO 模拟用户
let loginToken: string = "2";
let loginToken: string = "";
export function request(config: IReqConfig) {
return new Promise<IResData>((resolve, reject) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment