feature: 修改测试环境端口号
Showing
| ... | @@ -3,7 +3,7 @@ | ... | @@ -3,7 +3,7 @@ |
| "version": "0.0.1", | "version": "0.0.1", | ||
| "description": "低代码平台", | "description": "低代码平台", | ||
| "scripts": { | "scripts": { | ||
| "start": "egg-scripts start --port 9050", | "start": "egg-scripts start --port 80", | ||
| "stop": "egg-scripts stop", | "stop": "egg-scripts stop", | ||
| "backend": "nohup egg-scripts start --port 7001 --workers 4", | "backend": "nohup egg-scripts start --port 7001 --workers 4", | ||
| "dev": "egg-bin dev -r egg-ts-helper/register", | "dev": "egg-bin dev -r egg-ts-helper/register", | ||
| ... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
| "dependencies": { | "dependencies": { | ||
| "@better-scroll/core": "^2.0.5", | "@better-scroll/core": "^2.0.5", | ||
| "@qg/cherry-ui": "^2.20.5", | "@qg/cherry-ui": "^2.20.5", | ||
| "@qg/citrus-ui": "0.0.41", | "@qg/citrus-ui": "0.0.42", | ||
| "babel-plugin-transform-vue-jsx": "^4.0.1", | "babel-plugin-transform-vue-jsx": "^4.0.1", | ||
| "egg": "^2.3.0", | "egg": "^2.3.0", | ||
| "egg-bin": "^4.9.0", | "egg-bin": "^4.9.0", | ||
| ... | @@ -34,6 +34,7 @@ | ... | @@ -34,6 +34,7 @@ |
| "js-cookie": "^2.2.1", | "js-cookie": "^2.2.1", | ||
| "npm": "^6.14.10", | "npm": "^6.14.10", | ||
| "raven-js": "^3.27.2", | "raven-js": "^3.27.2", | ||
| "vconsole": "^3.4.0", | |||
| "vue": "^2.6.12", | "vue": "^2.6.12", | ||
| "vue-grid-layout": "^2.3.11", | "vue-grid-layout": "^2.3.11", | ||
| "vue-property-decorator": "^7.2.0", | "vue-property-decorator": "^7.2.0", | ||
| ... | ... |
Please register or sign in to comment