引入注册开关接口放在getTeantList后面
This commit is contained in:
parent
0c1bcd86ff
commit
3daa7e0874
@ -85,10 +85,10 @@
|
|||||||
|
|
||||||
<script setup>
|
<script setup>
|
||||||
import {getCodeImg, getTenantList} from "@/api/login";
|
import {getCodeImg, getTenantList} from "@/api/login";
|
||||||
|
import {registerEnabled} from "../api/login";
|
||||||
import Cookies from "js-cookie";
|
import Cookies from "js-cookie";
|
||||||
import {encrypt, decrypt} from "@/utils/jsencrypt";
|
import {encrypt, decrypt} from "@/utils/jsencrypt";
|
||||||
import useUserStore from '@/store/modules/user';
|
import useUserStore from '@/store/modules/user';
|
||||||
import {registerEnabled} from "../api/login";
|
|
||||||
|
|
||||||
const userStore = useUserStore();
|
const userStore = useUserStore();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user