Browse Source

图片路径更换

htc 1 day ago
parent
commit
8a090e7484
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.js

+ 1 - 1
main.js

@@ -19,7 +19,7 @@ import regTest from './utils/reg.js'
 import api from '@/http/index.js'
 Vue.prototype.$api = api;
 Vue.prototype.$reg = regTest;
-Vue.prototype.$imgBase = "https://transcend.ringzle.com/image/";
+Vue.prototype.$imgBase = "https://gitee.com/hw_0302/grt-wechat-images/raw/master/";
 
 //重载uni.showToast,简化调用
 Vue.prototype.$showToast = function(title, duration = 2000, icon = "none") {