Commit 9a6c42ed by 孙香冬

no message

parent e458a165
......@@ -12,7 +12,7 @@ import { checkReqParam } from '../util/tools';
export function setRouter(httpServer) {
httpServer.post('/fuhuaqi/login', asyncHandler(login));
httpServer.post('/fuhuaqi/login/firstupdate', asyncHandler(login));
httpServer.post('/fuhuaqi/login/firstupdate', asyncHandler(firstUpdatePwd));
/**基础数据 */
httpServer.post('/fuhuaqi/base', asyncHandler(baseInfo));
httpServer.post('/fuhuaqi/mydata', asyncHandler(myDataInfo));
......
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