Commit e477db49 by Sweet Zhang

详情页增加团财案例

parent 862650d0
...@@ -49,7 +49,7 @@ const config = { ...@@ -49,7 +49,7 @@ const config = {
stage, stage,
prod prod
} }
let env = 'prod'; let env = 'dev';
let baseURL = config[env].base_url; let baseURL = config[env].base_url;
let apiURL = config[env].api_url; let apiURL = config[env].api_url;
......
...@@ -107,7 +107,7 @@ const companyPdf = ref<PdfItem>({ ...@@ -107,7 +107,7 @@ const companyPdf = ref<PdfItem>({
const rawTabConfig = ref<Record<number, PdfItem[]>>({ const rawTabConfig = ref<Record<number, PdfItem[]>>({
2: [ // type=2:案例分享(对应权限key=cases) 2: [ // type=2:案例分享(对应权限key=cases)
{ id: 'case1', title: '规划案例', url: `${OSS_BASE_URL}/cases/planning.pdf` }, { id: 'case1', title: '规划案例', url: `${OSS_BASE_URL}/cases/planning.pdf` },
{ id: 'case2', title: '团财案例', url: '' } { id: 'case2', title: '团财案例', url: `${OSS_BASE_URL}/cases/CorporateServiceDeliveryCase-GroupandPropertyInsurance.pdf` }
], ],
3: [ // type=3:产品分析(对应权限key=products) 3: [ // type=3:产品分析(对应权限key=products)
{ id: 'product2', title: '港险分析', url: `${OSS_BASE_URL}/products/hk-analysis.pdf` }, { id: 'product2', title: '港险分析', url: `${OSS_BASE_URL}/products/hk-analysis.pdf` },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment