update
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user