增加开发环境 mock

This commit is contained in:
simple321vip
2022-10-26 21:56:32 +08:00
parent bf00737dd9
commit 7ffde47b21
11 changed files with 541 additions and 17 deletions
+2 -2
View File
@@ -43,10 +43,10 @@
import $moment from "moment";
import { reactive, ref } from "vue";
import router from '../../router'
import { useTenantStore } from '../../store/tenant'
import { tenantStore } from '../../store/tenant'
import { logout } from '../../api/user'
// obtain user infomation
const tenant = useTenantStore()
const tenant = tenantStore()
tenant.reflush()
const dialogVisible = ref(false)