feat: 支持多页面分享与统一默认头像

Made-with: Cursor
This commit is contained in:
nepiedg
2026-03-10 23:00:37 +08:00
parent 585b0a203f
commit bdb8d425eb
9 changed files with 128 additions and 68 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
const ENV = {
development: {
BASE_URL: 'http://192.168.31.46:8080/api/v1',
BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
},
production: {
BASE_URL: 'https://api.example.com/api/v1',
BASE_URL: 'https://wx.nepiedg.top/api/v1',
MINI_PROGRAM_ID: 2
}
}