Browse Source

feature: 加入登录界面路由

Damon 8 months ago
parent
commit
902999e4d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      utils/route_constant.js

+ 1 - 0
utils/route_constant.js

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