yangws_ws #44

Merged
yangws merged 6 commits from yangws_ws into main 2024-11-19 16:37:47 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 232c5690bf - Show all commits

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()