Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
source-trace-manage-go
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
Tracing
source-trace-manage-go
Commits
2227d279
Commit
2227d279
authored
Dec 09, 2020
by
zL
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
best相关
parent
44c43bd8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
1 deletion
+17
-1
.env.best_prod_build
.env.best_prod_build
+4
-0
package.json
package.json
+1
-0
UrlPrefix.js
src/config/UrlPrefix.js
+11
-0
choosePackage.vue
src/views/userCenter/choosePackage.vue
+1
-1
No files found.
.env.best_prod_build
0 → 100644
View file @
2227d279
NODE_ENV = 'production'
VUE_APP_CURRENTMODE = 'best_prod'
VUE_APP_VERSION = '0'
\ No newline at end of file
package.json
View file @
2227d279
...
@@ -8,6 +8,7 @@
...
@@ -8,6 +8,7 @@
"dev:best"
:
"vue-cli-service serve --mode best_test"
,
"dev:best"
:
"vue-cli-service serve --mode best_test"
,
"build:sy_prod"
:
"vue-cli-service build --mode sy_prod_build"
,
"build:sy_prod"
:
"vue-cli-service build --mode sy_prod_build"
,
"build:cs_prod"
:
"vue-cli-service build --mode cs_prod_build"
,
"build:cs_prod"
:
"vue-cli-service build --mode cs_prod_build"
,
"build:best_prod"
:
"vue-cli-service build --mode best_prod_build"
,
"deploy:sy"
:
"vue-cli-service build --mode sy_test_build && bash ./sy.sh"
,
"deploy:sy"
:
"vue-cli-service build --mode sy_test_build && bash ./sy.sh"
,
"deploy:cs"
:
"vue-cli-service build --mode cs_test_build && bash ./cs.sh"
,
"deploy:cs"
:
"vue-cli-service build --mode cs_test_build && bash ./cs.sh"
,
"deploy:best"
:
"vue-cli-service build --mode best_test_build && bash ./best.sh"
"deploy:best"
:
"vue-cli-service build --mode best_test_build && bash ./best.sh"
...
...
src/config/UrlPrefix.js
View file @
2227d279
...
@@ -54,5 +54,15 @@ const configModules = {
...
@@ -54,5 +54,15 @@ const configModules = {
filename
:
'index.html'
filename
:
'index.html'
}
}
},
},
// 溯源>正式环境
"best_prod"
:
{
CHAIN_BROWSER_URL_PREFIX
:
'https://llq.hrzl.net.cn/'
,
// 浏览器
INERFACE_URL_PREFIX
:
'https://hrzl.net.cn'
,
// 服务器地址
INDEX
:
{
entry
:
'./src/entry/best/main.ts'
,
template
:
'./public/best/index.html'
,
filename
:
'index.html'
}
},
}
}
exports
.
model
=
configModules
[
process
.
env
.
VUE_APP_CURRENTMODE
]
exports
.
model
=
configModules
[
process
.
env
.
VUE_APP_CURRENTMODE
]
\ No newline at end of file
src/views/userCenter/choosePackage.vue
View file @
2227d279
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
class=
"money-box"
class=
"money-box"
v-if=
"this.PaymentList[this.activeIndex].type === 2"
v-if=
"this.PaymentList[this.activeIndex].type === 2"
>
>
应付BEST:
<span>
{{
price
}}
.00
</span>
个
应付BEST:
<span>
{{
price
}}
</span>
个
</div>
</div>
<div
class=
"Qr-code"
>
<div
class=
"Qr-code"
>
<img
:src=
"payUrl"
/>
<img
:src=
"payUrl"
/>
...
...
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