更新小程序和开发环境配置,切换API基础地址至新的开发环境URL,并优化环境变量说明以提升可读性。同时,调整配置文件格式,确保一致性和可维护性。
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
App({
|
||||
globalData: {
|
||||
// API基础地址 - 连接真实后端
|
||||
baseUrl: 'https://soulapi.quwanzhi.com',
|
||||
// baseUrl: 'https://soulapi.quwanzhi.com',
|
||||
baseUrl: 'https://souldev.quwanzhi.com',
|
||||
// baseUrl: 'http://localhost:3006',
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user