Explorar o código

修改功能介绍文件地址

zhuliu hai 3 meses
pai
achega
a7e7f66d37

+ 1 - 1
src/views/home/components/downLoad/introduction/introduction copy.vue

@@ -55,7 +55,7 @@ export default {
   data() {
     return {
         files:[],
-        baseUrl:'http://47.116.194.135:8078/static/'
+        baseUrl:'https://qiaobi-ai.com/static/'
     };
   },
   watch: {},

+ 1 - 1
src/views/home/components/downLoad/introduction/introduction.vue

@@ -71,7 +71,7 @@ export default {
         documentIndex:0,
         videos:[],
         currentType:'document',
-        baseUrl:'http://47.116.194.135:8078/static/',
+        baseUrl:'https://qiaobi-ai.com/static/',
         height:document.documentElement.clientHeight,
     };
   },