liuhj 2 週間 前
コミット
cf51d78f9e
共有3 個のファイルを変更した1455 個の追加1 個の削除を含む
  1. 1447 0
      src/components/OP/GuideGroundAIData.vue
  2. 2 1
      src/components/OP/OpDecreasePayments.vue
  3. 6 0
      src/router/index.js

File diff suppressed because it is too large
+ 1447 - 0
src/components/OP/GuideGroundAIData.vue


+ 2 - 1
src/components/OP/OpDecreasePayments.vue

@@ -819,7 +819,8 @@ export default {
             this.projectName = file.name
         },
         QueryRate() {
-            if ((this.DiIdSelect ? this.DiIdSelect : this.DiId) == 2590) {
+            if ((this.DiIdSelect ? this.DiIdSelect : this.DiId) == 3136) {
+            // if ((this.DiIdSelect ? this.DiIdSelect : this.DiId) == 2590) {
                 this.syhIdentification = true;
                 this.WorldGamesData();
             } else {

+ 6 - 0
src/router/index.js

@@ -153,6 +153,7 @@ import RequestAccess from '@/components/OP/RequestAccess'
 import RequestAccessNot from '@/components/OP/RequestAccessNot'
 import NewAirTicket from '@/components/OP/NewAirTicket'
 import NewAirTicketRes from '@/components/OP/NewAirTicketRes'
+import GuideGroundAIData from '@/components/OP/GuideGroundAIData'
 
 
 Vue.use(Router)
@@ -915,6 +916,11 @@ export default new Router({
           name: 'NewAirTicketRes',
           component: NewAirTicketRes
         },
+        {
+          path: '/home/GuideGroundAIData',
+          name: 'GuideGroundAIData',
+          component: GuideGroundAIData
+        },
       ]
     },
     {