Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
e477db49
Commit
e477db49
authored
Oct 14, 2025
by
Sweet Zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
详情页增加团财案例
parent
862650d0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
environments/environment.ts
+1
-1
pages/personalCenter/detail.vue
+1
-1
No files found.
environments/environment.ts
View file @
e477db49
...
...
@@ -49,7 +49,7 @@ const config = {
stage
,
prod
}
let
env
=
'
prod
'
;
let
env
=
'
dev
'
;
let
baseURL
=
config
[
env
].
base_url
;
let
apiURL
=
config
[
env
].
api_url
;
...
...
pages/personalCenter/detail.vue
View file @
e477db49
...
...
@@ -107,7 +107,7 @@ const companyPdf = ref<PdfItem>({
const
rawTabConfig
=
ref
<
Record
<
number
,
PdfItem
[]
>>
({
2
:
[
// type=2:案例分享(对应权限key=cases)
{
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)
{
id
:
'product2'
,
title
:
'港险分析'
,
url
:
`
${
OSS_BASE_URL
}
/products/hk-analysis.pdf`
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment