登录优化:gate可变为短链接

This commit is contained in:
luying
2021-08-26 14:06:43 +08:00
parent e3f3b5f2a1
commit 4069220698
24 changed files with 141 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import { STATUS } from './../../../consts/statusCode';
import { dispatch } from '../../../util/dispatcher';
import { dispatch } from '../../../pubUtils/dispatcher';
import { Application, BackendSession, HandlerService, } from 'pinus';
import { resResult } from '../../../pubUtils/util';