This commit is contained in:
quantulr
2023-12-11 15:25:14 +08:00
parent 62b38cbefb
commit 14c8ee028a
7 changed files with 405 additions and 371 deletions

View File

@ -63,7 +63,7 @@
<div>
<el-image
style="width: 100px; height: 100px"
:src="row.image"
:src="resolveStaticUrl(row.image)"
fit="cover"
></el-image>
</div>
@ -185,6 +185,7 @@ import {
import WangEditor from "@/components/WangEditor/index.vue";
import SiteOptions from "@/views/components/SiteOptions";
import {planCategoryList} from "../../../../api/website/solution";
import {resolveStaticUrl} from "@/utils/uri";
const dataList = ref([]);
const loading = ref(true);