Skip to content

A wechat mini-program for Student Lecturer Group of SCCE, USTB

License

Notifications You must be signed in to change notification settings

lmy98129/weapp-ustb

Repository files navigation

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:

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.

About

A wechat mini-program for Student Lecturer Group of SCCE, USTB

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published