测试回调
Showing
app/controller/index.js
0 → 100644
This diff is collapsed.
app/model/nodeLimit.js
0 → 100644
app/public/css/common.css
0 → 100644
app/public/css/style(1).css
0 → 100644
app/public/css/style.css
0 → 100644
This diff is collapsed.
app/public/css/zepto.ui.css
0 → 100644
3.54 KB
app/public/images/close.png
0 → 100644
16.8 KB
7.5 KB
7.1 KB
app/public/images/kj_wxz.png
0 → 100644
1.13 KB
app/public/images/kj_xz.png
0 → 100644
1.27 KB
app/public/js/canvas.js
0 → 100644
This diff is collapsed.
app/public/js/common.js
0 → 100644
app/public/js/console.js
0 → 100644
app/public/js/query.js
0 → 100644
This diff is collapsed.
app/public/js/scheduler.js
0 → 100644
app/public/js/zepto.js
0 → 100644
This diff is collapsed.
app/public/js/zepto.ui.js
0 → 100644
This diff is collapsed.
app/schedule/appKeylist.js
0 → 100644
app/service/index.js
0 → 100644
app/service/schedules.js
0 → 100644
app/view/Err.hbs
0 → 100644
app/view/mobileV2.hbs
0 → 100644
app/view/nago.hbs
0 → 100644
app/view/partials/head2.hbs
0 → 100644
app/view/shujumohe.hbs
0 → 100644
| ... | ... | @@ -12,10 +12,12 @@ |
| "egg-scripts": "^2.5.0", | ||
| "egg-sequelize": "^4.2.0", | ||
| "egg-validate": "^2.0.2", | ||
| "iconv-lite": "^0.4.24", | ||
| "egg-view-handlebars": "^2.0.1", | ||
| "md5-node": "^1.0.1", | ||
| "mysql2": "^1.6.4", | ||
| "node-cache": "^4.2.0", | ||
| "node-uuid": "^1.4.8" | ||
| "node-uuid": "^1.4.8", | ||
| "uuid": "^8.3.0" | ||
| }, | ||
| "devDependencies": { | ||
| "autod": "^3.0.1", | ||
| ... | ... | @@ -31,9 +33,9 @@ |
| "node": ">=8.9.0" | ||
| }, | ||
| "scripts": { | ||
| "start": "egg-scripts start --daemon --title=egg-server-yys_h5_server", | ||
| "stop": "egg-scripts stop --title=egg-server-yys_h5_server", | ||
| "docker": "eggctl start --title=egg-server-yys_h5_serverr", | ||
| "start": "egg-scripts start --daemon --title=egg-server-gjj_h5_server", | ||
| "stop": "egg-scripts stop --title=egg-server-gjj_h5_server", | ||
| "docker": "eggctl start --title=egg-server-gjj_h5_serverr", | ||
| "dev": "egg-bin dev", | ||
| "debug": "egg-bin debug", | ||
| "test": "npm run lint -- --fix && npm run test-local", | ||
| ... | ... | @@ -50,6 +52,6 @@ |
| "type": "git", | ||
| "url": "" | ||
| }, | ||
| "author": "jd", | ||
| "author": "", | ||
| "license": "MIT" | ||
| } |