diff --git a/src/config/axios/service.ts b/src/config/axios/service.ts index 0a0f094..6443a24 100644 --- a/src/config/axios/service.ts +++ b/src/config/axios/service.ts @@ -218,7 +218,7 @@ service.interceptors.response.use( resetRouter() // 重置静态路由表 cache.local.clear() removeToken() - window.location.href = `/login?tenantId=${tenantId}&appId=${appId}` + window.location.href = `/tiku/login?tenantId=${tenantId}&appId=${appId}` }) } } @@ -266,7 +266,7 @@ const handleAuthorized = () => { isRelogin.show = false // 干掉token后再走一次路由让它过router.beforeEach的校验 // window.location.href = window.location.href - window.location.href = `/login?tenantId=${tenantId}&appId=${appId}` + window.location.href = `/tiku/login?tenantId=${tenantId}&appId=${appId}` }) } return Promise.reject(t('sys.api.timeoutMessage')) diff --git a/src/views/Question/UAV/Components/QuestionAddForm.vue b/src/views/Question/UAV/Components/QuestionAddForm.vue new file mode 100644 index 0000000..5163ed3 --- /dev/null +++ b/src/views/Question/UAV/Components/QuestionAddForm.vue @@ -0,0 +1,322 @@ + + + diff --git a/src/views/Question/UAV/index.vue b/src/views/Question/UAV/index.vue index 921a40f..a05b22b 100644 --- a/src/views/Question/UAV/index.vue +++ b/src/views/Question/UAV/index.vue @@ -1,7 +1,259 @@ - +