Jelajahi Sumber

feat: 微信上传头像

xiansin 2 tahun lalu
induk
melakukan
43a2c4d2f4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'
 }