| | |
| | | <div class="app-loading-dots"> |
| | | <span class="dot dot-spin"><i></i><i></i><i></i><i></i></span> |
| | | </div> |
| | | <div class="app-loading-title">JeecgBoot 企业级低代码平台</div> |
| | | <div class="app-loading-title">智能中草药干燥系统</div> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | import { useMessage } from '/@/hooks/web/useMessage'; |
| | | import { useUserStore } from '/@/store/modules/user'; |
| | | import { useI18n } from '/@/hooks/web/useI18n'; |
| | | |
| | | |
| | | export default { |
| | | name: "TokenLogin", |
| | | setup(){ |
| | |
| | | if(!routeQuery){ |
| | | createMessage.warning('参数无效') |
| | | } |
| | | |
| | | |
| | | const token = routeQuery['loginToken']; |
| | | if(!token){ |
| | | createMessage.warning('token无效') |
| | |
| | | duration: 4, |
| | | }); |
| | | } |
| | | |
| | | |
| | | function requestSuccess(res){ |
| | | let info = routeQuery.info; |
| | | if(info){ |
| | |
| | | } |
| | | } |
| | | |
| | | </style> |
| | | </style> |