项目作者: lmy98129

项目描述 :
A wechat mini-program for Student Lecturer Group of SCCE, USTB
高级语言: JavaScript
项目地址: git://github.com/lmy98129/weapp-ustb.git
创建时间: 2018-07-28T17:42:05Z
项目社区:https://github.com/lmy98129/weapp-ustb

开源协议:MIT License

下载


weapp-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:

  1. var host = 'yourhost.com';
  2. var config = {
  3. service: {
  4. host,
  5. loginUrl: `https://${host}/login`,
  6. requestUrl: `https://${host}/user`,
  7. tunnelUrl: `https://${host}/tunnel`,
  8. testUrl: `https://${host}/test`,
  9. }
  10. };
  11. 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.