Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄庭坚
jinfa-platform
Commits
9d35ac2d
Commit
9d35ac2d
authored
Sep 02, 2020
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
脚本
parent
ab61c233
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
devServer.js
scripts/devServer.js
+4
-4
No files found.
scripts/devServer.js
View file @
9d35ac2d
...
...
@@ -3,16 +3,16 @@
*
*/
// 如需在jenkins上进行构建, 可通过后续参数进行指定端口和代理api
//express模块
console
.
log
(
process
.
argv
)
var
express
=
require
(
"express"
);
var
app
=
express
();
const
path
=
require
(
'path'
)
const
{
createProxyMiddleware
}
=
require
(
'http-proxy-middleware'
)
const
port
=
process
.
argv
[
2
]
||
4396
const
apiProxyTarget
=
process
.
argv
[
3
]
||
'http://10.0.0.25:8100'
const
port
=
4396
const
apiProxyTarget
=
'http://10.0.0.25:8100'
// 用于解决刷新后404问题
var
history
=
require
(
'connect-history-api-fallback'
);
...
...
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