zhaoxiaohai 2 years ago
parent
commit
5f0cf8fc92
2 changed files with 9 additions and 1 deletions
  1. 2 1
      app.json
  2. 7 0
      project.private.config.json

+ 2 - 1
app.json

@@ -24,7 +24,8 @@
         "pages/submission/details",
         "pages/login/selectSite",
         "pages/login/retrievePassword",
-        "pages/tabbar/smartStore/folder"
+        "pages/tabbar/smartStore/folder",
+        "pages/editRichText/index"
     ],
     "usingComponents": {
         "My_card": "/components/My_card/index",

+ 7 - 0
project.private.config.json

@@ -168,6 +168,13 @@
                     "query": "",
                     "launchMode": "default",
                     "scene": null
+                },
+                {
+                    "name": "富文本编辑",
+                    "pathName": "pages/editRichText/index",
+                    "query": "",
+                    "launchMode": "default",
+                    "scene": null
                 }
             ]
         }