@@ -13,5 +13,7 @@ VITE_APP_GLOB_BASE_API = '/api-local' | |||
# mock base api | |||
VITE_APP_GLOB_BASE_API_MOCK = '/api-mock' | |||
# VITE_AUTHORITY = 'http://192.168.11.11:8090' | |||
VITE_AUTHORITY = 'https://login-test.t-aaron.com' | |||
VITE_AUTHORITY = 'http://192.168.11.11:8090' | |||
#VITE_AUTHORITY = 'https://login-test.t-aaron.com' | |||
VITE_CLIENT_ID = 'tuoheng-pilot-admin' | |||
VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA==' |
@@ -66,7 +66,6 @@ export default defineComponent({ | |||
} | |||
const getUserInfo = computed(() => { | |||
console.log(userStore, '==============') | |||
return { | |||
hasLogin: userStore.hasLogin, | |||
// avatar: userStore.avatar, |