Authored by 周少峰

require common

... ... @@ -52,6 +52,8 @@ var redirect = {
}
};
require('../common');
// handlebars模板
provFn = handlebars.compile($('#stu-select').html() || '');
identityFn = handlebars.compile($('#identity-back').html() || '');
... ...