A wechat mini-program for Student Lecturer Group of SCCE, USTB
A wechat mini-program for Student Lecturer Group of SCCE, USTB
Mini-program QR-code:
Attention: Just for the front-end only.
The back-end code as well as the database structure will not be released currently because of some reasons.
A file named “config.js” at this path is needed. The content can be this:
var host = 'yourhost.com';
var config = {
service: {
host,
loginUrl: `https://${host}/login`,
requestUrl: `https://${host}/user`,
tunnelUrl: `https://${host}/tunnel`,
testUrl: `https://${host}/test`,
}
};
module.exports = config;
For more details, please read my blog (in Chinese).
Thanks to every people who helped me during the development!
Special Thanks to @Fafnir and @Gao Yifei.