diff --git a/src/App.vue b/src/App.vue
index e84908a9..ad2ec813 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -44,7 +44,7 @@ export default defineComponent({
const store = useStore();
const isLogin = ref(false);
// console.log("router", router.getRoutes(), route);
- console.log("版本2.0.4------------");
+ console.log("版本2.0.5------------");
const routes = computed(() => {
return router.getRoutes().filter((e) => e.meta?.isLink);
});
diff --git a/src/components/common/FJUpload.vue b/src/components/common/FJUpload.vue
index d5d3c265..a9f9bffc 100644
--- a/src/components/common/FJUpload.vue
+++ b/src/components/common/FJUpload.vue
@@ -20,7 +20,11 @@
- {{ item.name.indexOf('-')!==-1?item.name.slice(0,item.name.indexOf('-')) + item.name.slice(item.name.indexOf('.')) :item.name }}
+ {{
+ item.name.indexOf('http')!==-1?
+ item.name.slice(item.name.lastIndexOf('/') + 1)
+ :item.name.indexOf('-')!==-1?item.name.slice(0,item.name.indexOf('-')) + item.name.slice(item.name.indexOf('.')) :item.name
+ }}
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index 36d931d5..b06150ff 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -1659,7 +1659,7 @@
:footer="null"
:closable="false"
wrapClassName="modalStyle stusmanageModal"
- width="80%"
+ width="90%"
@cancel="sm_exit"
>