|
@@ -4,6 +4,7 @@
|
|
|
import templateTwo from './comp/temp2.vue'
|
|
|
import templateOne from './comp/temp1.vue'
|
|
|
import { Api } from '@/api/model/url'
|
|
|
+
|
|
|
const config = useRuntimeConfig()
|
|
|
const baseURL = config.public.apiBaseSiteUrl
|
|
|
|
|
@@ -27,7 +28,7 @@ list_column_three.value = categoryList.value.slice(5, 8)
|
|
|
<template>
|
|
|
<div class="bg-#fff py-120px">
|
|
|
<div class="w-1200-auto text-center">
|
|
|
- <h2 class="text-36px fw-800 text-#333 !mb-20px custom-title-font">
|
|
|
+ <h2 id="catalogs-list" class="text-36px fw-800 text-#333 !mb-20px custom-title-font">
|
|
|
Access Category-Driven <span class="custom-title-bg">Solutions</span>
|
|
|
</h2>
|
|
|
<div class="text-#999 text-22px mb-80px">
|