Showing
1 changed file
with
6 additions
and
0 deletions
@@ -12,6 +12,12 @@ const _ = require('lodash'); | @@ -12,6 +12,12 @@ const _ = require('lodash'); | ||
12 | // const RegService = require('../models/reg-service'); | 12 | // const RegService = require('../models/reg-service'); |
13 | // const AuthHelper = require('../models/auth-helper'); | 13 | // const AuthHelper = require('../models/auth-helper'); |
14 | 14 | ||
15 | +// const resources = { | ||
16 | +// yohobuy: '', | ||
17 | +// yohomars: '', | ||
18 | +// yohocoffee: '' | ||
19 | +// }; | ||
20 | + | ||
15 | class Login { | 21 | class Login { |
16 | /** | 22 | /** |
17 | * 登录页面 | 23 | * 登录页面 |
-
Please register or login to post a comment