mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 06:02:38 +08:00
优化
This commit is contained in:
parent
bd267b6a28
commit
d622df8d22
@ -15,9 +15,7 @@
|
|||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import { computed } from "vue";
|
import { computed } from "vue";
|
||||||
import { useBase } from "/$/base";
|
import { useBase } from "/$/base";
|
||||||
import { useCool } from "/@/cool";
|
|
||||||
|
|
||||||
const { route } = useCool();
|
|
||||||
const { process, app } = useBase();
|
const { process, app } = useBase();
|
||||||
|
|
||||||
// 缓存列表
|
// 缓存列表
|
||||||
|
Loading…
Reference in New Issue
Block a user