zhangwencui
4 天以前 7fd5c1c66171b700ed3f4a68c33fd9b90d35451b
已修改2个文件
已删除1个文件
46 ■■■■■ 文件已修改
package.json 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/managementMeetings/rulesRegulationsManagement/fileList.vue 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/utils/requestApp.ts 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -72,9 +72,6 @@
    "@jridgewell/sourcemap-codec": "^1.5.0",
    "@qiun/wx-ucharts": "2.5.0-20230101",
    "@uview-plus/types": "^3.2.5",
    "@vueup/vue-quill": "^1.2.0",
    "axios": "^1.13.2",
    "axios-adapter-uniapp": "^0.1.4",
    "clipboard": "^2.0.11",
    "dayjs": "^1.11.13",
    "file-saver": "^2.0.5",
@@ -100,4 +97,4 @@
    "vite": "5.4.10",
    "vue-tsc": "2.1.6"
  }
}
}
src/pages/managementMeetings/rulesRegulationsManagement/fileList.vue
@@ -68,8 +68,6 @@
  import PageHeader from "@/components/PageHeader.vue";
  import config from "@/config";
  import { getToken } from "@/utils/auth";
  import axios from "axios";
  import requestApp from "@/utils/requestApp";
  // import { saveAs } from "file-saver";
  import {
    listRuleFiles,
src/utils/requestApp.ts
文件已删除