Parcourir la source

更新端口号

MaiXinRong il y a 7 ans
Parent
commit
8029b36061
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -30,7 +30,7 @@
     "node": ">=8.9.0"
   },
   "scripts": {
-    "start": "egg-scripts start --daemon --title=egg-server-index_sys",
+    "start": "egg-scripts start --daemon --title=egg-server-index_sys --port 7003",
     "stop": "egg-scripts stop --title=egg-server-index_sys",
     "dev": "egg-bin dev --port 7003",
     "dev-qa": "set EGG_SERVER_ENV=qa&&egg-bin dev --port 7003",