Kaynağa Gözat

feat: 微信上传头像

xiansin 2 yıl önce
ebeveyn
işleme
43a2c4d2f4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      mini/setting.js

+ 1 - 1
mini/setting.js

xqd
@@ -9,7 +9,7 @@ module.exports = {
   // 版本
   VERSION: '0.0.1',
   // API 接口URL
-  BASE_URL: IS_DEV ? 'http://www.zsy.me/api' : URL + '/api',
+  BASE_URL: IS_DEV ? 'https://zhangsiye.9026.com/api' : URL + '/api',
   // API 接口URL
   IMAGE_URL: IS_DEV ? 'http://www.zsy.me/static/image' : URL + '/static/image'
 }