emis-sapp/common/loginHandle.js

6 lines
92 B
JavaScript
Raw Normal View History

2024-07-31 16:54:49 +00:00
import { goto } from "./untool"
export const goLogin = ()=> {
// goto("login/login", 2)
}