|
@@ -30,7 +30,8 @@ const handleJump = (path: string, role: string) => {
|
|
|
|
|
|
onMounted(() => {
|
|
|
console.log('env:', env);
|
|
|
- if(env === 'development') {
|
|
|
+ // if(env === 'development')
|
|
|
+ {
|
|
|
localStorage.setItem('Admin-Token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxIiwiZXhwIjoyMDM5Njk2ODMzfQ.Rhd38oo_S1odjg0xnT4n31cCWCAAPXGb8y_V2XcgqzQ');
|
|
|
}
|
|
|
getInfo().then((res)=>{
|