Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_front_2
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
chenqikuai
fns_front_2
Commits
87d219ea
Commit
87d219ea
authored
Oct 26, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完善review模式
parent
adaacbb0
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
8 additions
and
3 deletions
+8
-3
.env.DevReview
.env.DevReview
+2
-0
.env.ProReview
.env.ProReview
+0
-0
README.md
README.md
+4
-1
package.json
package.json
+2
-2
index.vue
src/views/Auth/UserAgreement/index.vue
+0
-0
No files found.
.env.DevReview
0 → 100644
View file @
87d219ea
VUE_APP_BANK_CODE=105
VUE_APP_REVIEW=yes
.env.
r
eview
→
.env.
ProR
eview
View file @
87d219ea
File moved
README.md
View file @
87d219ea
...
...
@@ -9,5 +9,7 @@
[
gitlab
](
https://gitlab.33.cn/chenqikuai/fns_front_2
)
# 打包部署
## 普通打包
npm run build
## 提供ios app审核的打包
npm run buildReview
\ No newline at end of file
package.json
View file @
87d219ea
...
...
@@ -4,9 +4,9 @@
"private"
:
true
,
"scripts"
:
{
"serve"
:
"vue-cli-service serve --mode eruda"
,
"serveReview"
:
"vue-cli-service serve --mode
r
eview"
,
"serveReview"
:
"vue-cli-service serve --mode
DevR
eview"
,
"build"
:
"vue-cli-service build --report"
,
"buildReview"
:
"vue-cli-service build --mode
r
eview"
,
"buildReview"
:
"vue-cli-service build --mode
ProR
eview"
,
"bd"
:
"vue-cli-service build --mode eruda & bash ./deploy.sh"
,
"bd_110"
:
"vue-cli-service build & bash ./deploy_110.sh"
},
...
...
src/views/Auth/UserAgreement/index.vue
View file @
87d219ea
This diff is collapsed.
Click to expand it.
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