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
d843ec03
Commit
d843ec03
authored
Jul 18, 2025
by
yuzhenWang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复产品中心样式
parent
73a39421
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
environments/environment.ts
+2
-2
manifest.json
+1
-1
pages/courselist/courselist.vue
+1
-1
No files found.
environments/environment.ts
View file @
d843ec03
...
@@ -37,14 +37,14 @@ let companyInfo = {
...
@@ -37,14 +37,14 @@ let companyInfo = {
companyFullName
:
'银盾家办(广州)企业管理咨询有限公司'
,
companyFullName
:
'银盾家办(广州)企业管理咨询有限公司'
,
companyLogo
:
'../../static/logo2.png'
,
companyLogo
:
'../../static/logo2.png'
,
systemType
:
'NoIOS'
,
systemType
:
'NoIOS'
,
imgType
:
'
appYdhomeoffice
'
//因为测试环境用的cffp,生产环境要改成appYdhomeoffice
imgType
:
'
cffp
'
//因为测试环境用的cffp,生产环境要改成appYdhomeoffice
}
}
const
config
=
{
const
config
=
{
dev
,
dev
,
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
;
...
...
manifest.json
View file @
d843ec03
...
@@ -169,7 +169,7 @@
...
@@ -169,7 +169,7 @@
"vueVersion"
:
"3"
,
"vueVersion"
:
"3"
,
"h5"
:
{
"h5"
:
{
"router"
:
{
"router"
:
{
"base"
:
"/
appYdhomeoffice
/"
,
"base"
:
"/
cffp
/"
,
"mode"
:
"history"
"mode"
:
"history"
},
},
"devServer"
:
{
"devServer"
:
{
...
...
pages/courselist/courselist.vue
View file @
d843ec03
<
template
>
<
template
>
<!-- :style="
{paddingTop: showFlag ? '0' : '60rpx'}" -->
<!-- :style="
{paddingTop: showFlag ? '0' : '60rpx'}" -->
<view
class=
"container"
>
<view
class=
"container"
:style=
"
{paddingTop: showFlag ? '0' : '60rpx'}"
>
<view
class=
"homeHeader"
v-if=
"showFlag"
>
<view
class=
"homeHeader"
v-if=
"showFlag"
>
<view
class=
"one"
>
<view
class=
"one"
>
<text
style=
"font-size: 80rpx;"
>
01
</text>
<text
style=
"font-size: 80rpx;"
>
01
</text>
...
...
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