소스 검색

图片地址更换

htc 2 일 전
부모
커밋
8721114a1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 = "http://106.54.209.120:8666/image/";
+Vue.prototype.$imgBase = "https://transcend.ringzle.com/image/";
 
 //重载uni.showToast,简化调用
 Vue.prototype.$showToast = function(title, duration = 2000, icon = "none") {