瀏覽代碼

fix(router): 设备模拟

wangxiao 2 年之前
父節點
當前提交
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')
         }
       ]