Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
traceSourceMb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yanyanhong
traceSourceMb
Commits
e8252ed2
Commit
e8252ed2
authored
Mar 04, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增HD项目方
parent
b08bddac
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
0 deletions
+22
-0
.env.devHD
.env.devHD
+6
-0
.env.proHD
.env.proHD
+7
-0
package.json
package.json
+2
-0
bannerHD.png
src/assets/bannerHD.png
+0
-0
Index-sy.vue
src/views/index/Index-sy.vue
+7
-0
No files found.
.env.devHD
0 → 100644
View file @
e8252ed2
VUE_APP_SERVER=/api
VUE_APP_BROWSER=http://120.26.174.69:9032
VUE_APP_NAME=HDC存证溯源平台
VUE_APP_CATEGORY=sy
VUE_APP_BANNER=bannerHD
\ No newline at end of file
.env.proHD
0 → 100644
View file @
e8252ed2
NODE_ENV=production
VUE_APP_SERVER=/api
VUE_APP_BROWSER=https://cx.honordecentcoin.com/
VUE_APP_NAME=HD溯源平台
VUE_APP_CATEGORY=sy
VUE_APP_BANNER=bannerHD
\ No newline at end of file
package.json
View file @
e8252ed2
...
...
@@ -6,7 +6,9 @@
"serve:sy"
:
"vue-cli-service serve --mode developmentsy"
,
"serve:cs"
:
"vue-cli-service serve --mode developmentcs"
,
"serve:hl"
:
"vue-cli-service serve --mode devHL"
,
"serve:hd"
:
"vue-cli-service serve --mode devHD"
,
"build:hl"
:
"vue-cli-service build --mode devHL"
,
"build:hd"
:
"vue-cli-service build --mode proHD"
,
"build:sytest"
:
"vue-cli-service build --mode testsy"
,
"build:cstest"
:
"vue-cli-service build --mode testcs"
,
"build"
:
"vue-cli-service build --mode productionsy"
,
...
...
src/assets/bannerHD.png
0 → 100644
View file @
e8252ed2
59.9 KB
src/views/index/Index-sy.vue
View file @
e8252ed2
...
...
@@ -8,6 +8,13 @@
width=
"100%"
></van-image>
<van-image
v-else-if=
"banner === 'bannerHD'"
class=
"banner"
src=
"@/assets/bannerHD.png"
fit=
"contain"
width=
"100%"
></van-image>
<van-image
v-else
class=
"banner"
src=
"@/assets/indexbanner.png"
...
...
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