Selaa lähdekoodia

fix(router): 设备模拟

wangxiao 2 vuotta sitten
vanhempi
commit
07032827b2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -73,7 +73,7 @@ const iot = {
         },
         {
           path: '/device/simulator',
-          name: '设备模拟',
+          name: '设备模拟',
           component: () => import('@/pages/iot/device/simulator.vue')
         }
       ]