Compare commits

...

2 Commits

Author SHA1 Message Date
白了个白 748a0b7a5f Merge branch 'yangws_ws' of http://27.128.240.72:3000/zhuhao/AIx_Smarttalk_WS into baigl 2024-11-19 10:17:56 +08:00
小杨 232c5690bf add:左侧的树; 2024-11-19 10:16:36 +08:00
1 changed files with 2 additions and 0 deletions

View File

@ -7,12 +7,14 @@
<el-button type="success" @click="openPPTist">打开PPTist</el-button>
<!-- <el-button type="info" @click="onchange('/model/examination')">考试分析</el-button> -->
</div>
<ChooseTextbook @change-book="getData" @node-click="getData" />
</div>
</template>
<script setup>
import { useRouter } from 'vue-router'
import { createWindow } from '@/utils/tool' //
import ChooseTextbook from '@/components/choose-textbook/index.vue'
const router = useRouter()