尾部导航

This commit is contained in:
cxc
2022-11-17 17:30:20 +08:00
parent d2163317fe
commit 51e6e7c5cc
22 changed files with 644 additions and 442 deletions

View File

@ -173,6 +173,7 @@ import {
} from "@/api/website/solution";
import WangEditor from "@/components/WangEditor/index.vue";
import SiteOptions from "@/views/components/SiteOptions";
import { planCategoryList } from "../../../../api/website/solution";
const dataList = ref([]);
const loading = ref(true);
@ -253,6 +254,8 @@ const getSiteList = async () => {
const getCaseKindList = async () => {
const resp = await serviceCaseKindSelect();
// const resp = await planCategoryList();
// const serviceResp= await ser
for (const key in resp.data) {
if (Object.hasOwnProperty.call(resp.data, key)) {
const item = { ...resp.data[key], id: parseInt(key) };