chenritian 3 viikkoa sitten
vanhempi
commit
0f85a8f9ba
1 muutettua tiedostoa jossa 12 lisäystä ja 1 poistoa
  1. 12 1
      products/entry/src/main/resources/base/profile/router_map.json

+ 12 - 1
products/entry/src/main/resources/base/profile/router_map.json

@@ -1,3 +1,14 @@
 {
-  "routerMap": []
+  "routerMap": [
+    {
+      "name": "EntryPage",
+      "pageSourceFile": "src/main/ets/pages/EntryPage.ets",
+      "buildFunction": "EntryBuilder"
+    },
+    {
+      "name": "PrivacyPage",
+      "pageSourceFile": "src/main/ets/pages/PrivacyPage.ets",
+      "buildFunction": "PrivacyBuilder"
+    }
+  ]
 }