We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c82796 commit 9279d38Copy full SHA for 9279d38
1 file changed
miniprogram/app.ts
@@ -11,7 +11,7 @@ App({
11
// 全局变量
12
globalData: {
13
url_api: 'https://wild.applinzi.com/v2/',
14
- url_logo: 'https://bjuthelper.applinzi.com/assets/logo.svg',
+ url_logo: 'https://wild.applinzi.com/assets/logo.svg',
15
authorization: wx.getStorageSync('authorization3'), // 用户唯一标识字段
16
open: wx.getStorageSync('open'),
17
student_id: wx.getStorageSync('student_id'), // 学号
0 commit comments