Commit 7c59600c authored by 前端-许佳敏's avatar 前端-许佳敏

修改监听端口

parent 07d80cfc
......@@ -9,7 +9,7 @@ var app =express();
const path = require('path')
const { createProxyMiddleware } = require('http-proxy-middleware')
const port = 4444
const port = 4396
// 用于解决刷新后404问题
var history = require('connect-history-api-fallback');
app.use('/api',createProxyMiddleware(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment