src/pages/page-pilot/pilot-index.vue
@@ -81,7 +81,7 @@ }) const jsres = apiPilot.loadComponent(EComponentName.Api, apiPilot.getComponentParam(EComponentName.Api)) if (!jsres) { message.error('Failed to load api module.') message.error('加载api模块失败') return } apiPilot.setToken(res.data.access_token) @@ -97,7 +97,7 @@ await login(formState) .then(res => { if (!isVerified.value) { message.error('Please verify the license firstly.') message.error('请先核实许可证.') return } console.log('login res:', res)