Просмотр исходного кода

feature: 加入登录界面路由

Damon 8 месяцев назад
Родитель
Сommit
902999e4d5
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      utils/route_constant.js

+ 1 - 0
utils/route_constant.js

@@ -14,6 +14,7 @@ const connectBle = "../connectBle/connectBle";
 module.exports = {
   ///路由
   indexRoot: indexRoot,
+  loginRoot: loginRoot,
 
   ///跳转路径
   index: index,