Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fns_backend
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
Zhang Xiaojie
fns_backend
Commits
6ddc0553
Commit
6ddc0553
authored
Oct 15, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
3ddf7d0a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
deployNormal.sh
deployNormal.sh
+6
-0
deployPlatform.sh
deployPlatform.sh
+6
-0
vue.config.js
vue.config.js
+1
-1
No files found.
deployNormal.sh
0 → 100644
View file @
6ddc0553
tar
-czf
fns_backendnormal.tar fns_backendnormal
scp fns_backendnormal.tar root@121.40.18.70:/usr/share/nginx/html/fns_backendnormal.tar
rm
-rf
fns_backendnormal.tar
ssh root@121.40.18.70
'cd /usr/share/nginx/html && rm -rf fns_backendnormal && tar -xzf fns_backendnormal.tar && rm -rf fns_backendnormal.tar'
echo
'👉 http://121.40.18.70:2047/'
\ No newline at end of file
deployPlatform.sh
0 → 100644
View file @
6ddc0553
tar
-czf
fns_backendplatform.tar fns_backendplatform
scp fns_backendplatform.tar root@121.40.18.70:/usr/share/nginx/html/fns_backendplatform.tar
rm
-rf
fns_backendplatform.tar
ssh root@121.40.18.70
'cd /usr/share/nginx/html && rm -rf fns_backendplatform && tar -xzf fns_backendplatform.tar && rm -rf fns_backendplatform.tar'
echo
'👉 http://121.40.18.70:2046/'
\ No newline at end of file
vue.config.js
View file @
6ddc0553
...
@@ -32,7 +32,7 @@ module.exports = {
...
@@ -32,7 +32,7 @@ module.exports = {
config
config
.
plugin
(
'html'
)
.
plugin
(
'html'
)
.
tap
((
args
)
=>
{
.
tap
((
args
)
=>
{
args
[
0
].
title
=
'中小企业
普惠金融管理
平台'
;
args
[
0
].
title
=
'中小企业
协会综合服务
平台'
;
return
args
;
return
args
;
});
});
},
},
...
...
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