|
@@ -4,6 +4,8 @@ import { getToken, removeToken } from '@/utils'
|
|
import { ElMessage } from 'element-plus'
|
|
import { ElMessage } from 'element-plus'
|
|
import router from '@/router'
|
|
import router from '@/router'
|
|
|
|
|
|
|
|
+const LOGIN_URL = import.meta.env.VITE_LOGIN_URL
|
|
|
|
+
|
|
const props = withDefaults(
|
|
const props = withDefaults(
|
|
defineProps<{
|
|
defineProps<{
|
|
modelValue: string | undefined
|
|
modelValue: string | undefined
|