Explorar o código

数据查询节点修改

xusl %!s(int64=3) %!d(string=hai) anos
pai
achega
9f2ab3d0bc

+ 3 - 6
ipfcst-console/src/main/frontend/router/modules/dataquery.js

@@ -40,22 +40,19 @@ const dataqueryRouter = {
       path: 'realTimeDQ',
       component: () => import('@/views/dataquery/forecastPowerShortTerm/index'),
       name: 'realTimeDQ',
-      meta: {title: '实时短期数据', noCache: true},
-      sign: 'currency'
+      meta: {title: '实时短期数据', noCache: true}
     },
     {
       path: 'realTimeNWP',
       component: () => import('@/views/dataquery/nwp/index'),
       name: 'realTimeNWP',
-      meta: {title: '实时nwp数据', noCache: true},
-      sign: 'currency'
+      meta: {title: '实时nwp数据', noCache: true}
     },
     {
       path: 'historyDq',
       component: () => import('@/views/dataquery/forecastPowerShortHisTerm/index'),
       name: 'historyDq',
-      meta: {title: '历史短期查询', noCache: true},
-      sign: 'currency'
+      meta: {title: '历史短期查询', noCache: true}
     }
   ]
 }