diff --git a/src/views/site/index.vue b/src/views/site/index.vue
index d15fc17..fb3d147 100644
--- a/src/views/site/index.vue
+++ b/src/views/site/index.vue
@@ -159,50 +159,83 @@
今日课程列表
-
-
-
-
-
-
- 灾害风险防范{{index}}
+
+ Content of Tab Pane 1
+ Content of Tab Pane 2
+
+ 以下是 2023-04-02全天 的课表
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询>
+
+
+
+
+
+
+
+
+ 灾害风险防范{{index}}
+
+
+
+
+
+
+ 张继权
+ 环境学院环境
+
+
+ 30
+ 选课人数
+
+
+
+ 第01、02节
+
+
+
+
+ —————线下上课地点—————
+
+
+
+
+ 环境学院107室
+
+
+
+ 预约
+ 报错
+
+
+
-
-
-
-
-
- 张继权
- 环境学院环境
-
-
- 30
- 选课人数
-
-
-
- 第01、02节
-
-
-
-
- —————线下上课地点—————
-
-
-
-
- 环境学院107室
-
-
-
- 预约
- 报错
-
-
-
-
-
-
+
+
+
+
+
@@ -219,11 +252,14 @@
import { DownOutlined, PlusOutlined } from '@ant-design/icons-vue';
import { BackTop, Statistic } from 'ant-design-vue';
+ import JDictSelectTag from '/@/components/Form/src/jeecg/components/JDictSelectTag.vue';
import { useUserStore } from '/@/store/modules/user';
//用户相关
const userStore = useUserStore();
+ const activeKey = ref('1');
+ const rkbqueryParam = ref({});
console.log(`🚀 -----------------------------------------------🚀`);
console.log(`🚀 ~ file: index.vue:66 ~ userStore:`, userStore);
@@ -250,6 +286,13 @@
i.value++;
// list.list.push({ key: i.value });
}
+
+ //-----------------------------yangjun-----------------------
+ function rkbLoadData(){
+
+ }
+ //-----------------------------yangjun-----------------------
+