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 @@
- 无人机题库
+
+
+
+
+
+
+ 多旋翼
+ 垂直起降固定翼
+ 直升机
+ 固定翼
+
+
+
+
+
+
+ 视距内驾驶员
+ 超视距驾驶员
+ 教员
+
+
+
+
+
+
+
+
+
+
+
+
+ 有
+ 无
+
+
+
+
+
+
+
+ 搜索
+
+
+ 新增
+
+
+
+
+
+
+
+
+
+
+ A:{{ row.chooseA }}
+ B:{{ row.chooseB }}
+ C:{{ row.chooseC }}
+ D:{{ row.chooseD }}
+
+
+
+
+
+ 科一
+ 科四
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+
+ 删除
+
+
+
+
+
+
+
+
-
+