主包未使用的js文件删除

This commit is contained in:
冯辉
2025-11-07 18:47:33 +08:00
parent 710947b925
commit 1c1225fb97
7 changed files with 1 additions and 267 deletions

View File

@@ -48,7 +48,7 @@
</template>
<script>
import PopupList from "/packageRc/components/PopupLists.vue";
import { getPolicyList } from "../../../apiRc/policy";
import { getPolicyList } from "@/packageRc/apiRc/policy";
export default {
components: {
PopupList,