wangxiao 2 лет назад
Родитель
Сommit
07032827b2
1 измененных файлов с 1 добавлено и 1 удалено
  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')
         }
       ]