mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 05:46:45 +08:00
fix:去掉未使用组件
This commit is contained in:
@@ -1307,7 +1307,7 @@
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { ref, reactive, toRefs, onMounted, createVNode, watch, defineEmits } from "vue";
|
||||
import { ref, reactive, toRefs, onMounted, createVNode, watch } from "vue";
|
||||
import { ExclamationCircleOutlined } from "@ant-design/icons-vue";
|
||||
import { message, Modal } from "ant-design-vue";
|
||||
// import PathAddStu from "../../components/drawers/pathStuAdd";
|
||||
@@ -1340,7 +1340,6 @@ import RouterExaminationManage from "../../components/drawers/router/RouterExami
|
||||
import RouterEvaluationManage from "../../components/drawers/router/RouterEvaluationManage";
|
||||
import RouterHomeworkManage from "../../components/drawers/router/RouterHomeworkManage";
|
||||
import RouterCommonManage from "../../components/drawers/router/RouterCommonManage";
|
||||
import { func } from "vue-types";
|
||||
|
||||
export default {
|
||||
name: "LevelAdd",
|
||||
|
||||
Reference in New Issue
Block a user