Bladeren bron

更新观看视频的小程序路径

zhangyujun 2 jaren geleden
bovenliggende
commit
dfe90f27f0

+ 2 - 2
src/api/REST_Client/test.http

@@ -1,7 +1,7 @@
 @host = http://192.168.8.213:8080
 @token = Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImQwMTMzZDZhLTJlMDgtNDM4ZC04MmJkLTFjMzY5MzM3Nzc5YSJ9.1v4xVxuiuvXYOAekH7hfwJTUNoCnJRLJtENRN6lOoD_d-PL7Ax6IrPppr6oOfYAd_FDYvUGTOU9PKuRg9egNLw
 
-GET {{host}}/twzd-admin/student/spread/relation/spreadRelationList
+GET {{host}}/jpcj-admin/student/spread/relation/spreadRelationList
 Authorization: {{token}}
 ###
 
@@ -9,7 +9,7 @@ GET https://www.thunderclient.io/welcome HTTP/1.1
 
 ###
 
-GET {{host}}/twzd-admin/student/qustion/info/normalList HTTP/1.1
+GET {{host}}/jpcj-admin/student/qustion/info/normalList HTTP/1.1
 Authorization: {{token}}
 content-type: application/json
 

+ 1 - 1
src/views/home/children/test/components/sujectThree.vue

@@ -19,7 +19,7 @@ let wxHtml0 =  ref(`	<wx-open-launch-weapp style="display: block;text-align:cent
 			</${sc}>
 		</wx-open-launch-weapp>`);
 
-let wxHtml1 =  ref(`	<wx-open-launch-weapp style="display: block;text-align:center;height:48px;border: none;z-index:9999;opacity:1" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/index.html?active=2">
+let wxHtml1 =  ref(`	<wx-open-launch-weapp style="display: block;text-align:center;height:48px;border: none;z-index:9999;opacity:1" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/videoList.html?active=2">
 			<${sc} v-is="'script'" type="text/wxtag-template">
 				<${sty} v-is="'style'">.openbtn{background-color:#1989fa;color:#fff;width:75%;margin:0 auto;height:40px;line-height:40px;text-align:center;}</${sty}>
 				<div class="openbtn"><span >前往观看视频</span></div>

+ 1 - 1
src/views/home/children/test/components/sujectTwo.vue

@@ -11,7 +11,7 @@
 import { ref } from "vue";
 let sc = "script";
 let sty = "style";
-let wxHtml0 = ref(`	<wx-open-launch-weapp style="display: block;text-align:center;width:100%;height:48px;border: none;z-index:9999;opacity:1" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/index.html?active=1">
+let wxHtml0 = ref(`	<wx-open-launch-weapp style="display: block;text-align:center;width:100%;height:48px;border: none;z-index:9999;opacity:1" id="launch-btn" username="gh_a994fd2f498e" path="pages/carVideo/videoList.html?active=1">
 			<${sc} v-is="'script'" type="text/wxtag-template">
 				<${sty} v-is="'style'">.openbtn{background-color:#1989fa;color:#fff;width:75%;margin:0 auto;height:40px;line-height:40px;text-align:center;}</${sty}>
 				<div class="openbtn"><span >前往观看视频</span></div>