Browse Source

Update train-detail.tsx

lex 1 year ago
parent
commit
e8153dbbbd
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/train-statistics/train-detail.tsx

+ 2 - 1
src/views/train-statistics/train-detail.tsx

@@ -163,7 +163,8 @@ export default defineComponent({
         postMessage({
           api: 'openWebView',
           content: {
-            url: location.origin + `/accompany?school=1/#/report/${item.id}`,
+            url:
+              location.origin + `/accompany-web/?school=1/#/report/${item.id}`,
             orientation: 1,
             isHideTitle: true,
             statusBarTextColor: false,