瀏覽代碼

更新打包

lex 1 年之前
父節點
當前提交
cdfe0d0f98

文件差異過大導致無法顯示
+ 0 - 0
dist/app.9e36abd549ff099608e5.js


文件差異過大導致無法顯示
+ 0 - 0
dist/css/trainDetail.0e7a4282.css


文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/js/trainDetail.01bf3c49.js


文件差異過大導致無法顯示
+ 0 - 0
dist/js/trainDetail.8a6a9fce.js


+ 1 - 1
src/views/trainStatistics/trainDetail.vue

@@ -158,7 +158,7 @@ export default {
     },
     showDetail(item) {
       if (item.notesDataIndex > 0) {
-        const route = location.hostname.indexOf("dayaedu.com") ? "/accompany/" : "/accompany-teacher/";
+        const route = location.hostname.indexOf("dayaedu.com") > -1 ? "/accompany/" : "/accompany-teacher/";
         postMessage({
           api: "openWebView",
           content: {

部分文件因文件數量過多而無法顯示