Browse Source

fix: fix entryPagePath parameter

wangyuan 2 years ago
parent
commit
483e217c78
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.json

+ 1 - 1
app.json

@@ -1,5 +1,5 @@
 {
-  "entryPagePath": "pages/workbench/workbench",
+  "entryPagePath": "pages/login/login",
   "pages": [
     "pages/login/login",
     "pages/workbench/workbench",