Browse Source

修改详情页面

wangxy 11 hours ago
parent
commit
a0dc94df49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config.js

+ 1 - 1
config.js

@@ -3,7 +3,7 @@
 // 打正式包前一定要和后台确认版本号,修改appInfo.version,第一次1.0.1----2025-04-24
 let isPro = process.env.NODE_ENV === 'production'
 const devUrl = 'https://www.chengxiangjiaoyu.com/api/v10'
-const proUrl = 'https://www.chengxiangjiaoyu.com/api'
+const proUrl = 'https://www.chengxiangjiaoyu.com/api/v10'
 
 const devKey = 'MZRBZ-Q6PKQ-THS5E-BOGKN-ZH4MQ-6YFWC'
 const proKey = 'VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR'