@@ -11,5 +11,3 @@ VITE_PROXY = [["","http://192.168.11.11:7011"]] | |||
VITE_APP_GLOB_BASE_API = '' | |||
VITE_AUTHORITY = 'http://192.168.11.11:8090' | |||
VITE_CLIENT_ID = 'tuoheng-pilot-admin' | |||
VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA==' |
@@ -10,6 +10,4 @@ VITE_PROXY = [["","http://127.0.0.1:8002/api"]] | |||
# base api | |||
VITE_APP_GLOB_BASE_API = '' | |||
VITE_AUTHORITY = 'https://oidc.t-aaron.com' | |||
VITE_CLIENT_ID = 'tuoheng-pilot-admin' | |||
VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA==' | |||
VITE_AUTHORITY = 'https://oidc.t-aaron.com' |
@@ -10,6 +10,4 @@ VITE_PROXY = [["","http://106.15.120.154:9089"]] | |||
# base api | |||
VITE_APP_GLOB_BASE_API = '' | |||
VITE_AUTHORITY = 'https://login-test.t-aaron.com' | |||
VITE_CLIENT_ID = 'tuoheng-pilot-admin' | |||
VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA==' | |||
VITE_AUTHORITY = 'https://login-test.t-aaron.com' |
@@ -40,7 +40,7 @@ | |||
"eslint-plugin-vue": "^8.5.0", | |||
"esno": "^0.13.0", | |||
"fs-extra": "^10.0.1", | |||
"naive-ui": "^2.27.0", | |||
"naive-ui": "^2.34.3", | |||
"sass": "^1.49.11", | |||
"unocss": "^0.16.4", | |||
"unplugin-vue-components": "^0.18.5", |
@@ -92,6 +92,7 @@ export default defineComponent({ | |||
}) | |||
function handleConfirm() { | |||
console.log(adminTreeRef.value, miniTreeRef.value) | |||
const adminCheckedData = adminTreeRef.value.getCheckedData() | |||
const adminIndeterminateData = adminTreeRef.value.getIndeterminateData() | |||
const miniCheckedData = miniTreeRef.value.getCheckedData() |