pages.json | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/demo/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
pages/demo/login.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
static/css/demo/demo.css | 补丁 | 查看 | 原始文档 | blame | 历史 |
pages.json
@@ -24,6 +24,18 @@ "style": { "navigationBarTitleText": "模板" } }, { "path": "pages/demo/index", "style": { "navigationBarTitleText": "主页" } }, { "path": "pages/demo/login", "style": { "navigationBarTitleText": "登录页" } },{ "path" : "pages/basics/stockCheck", "style" : pages/demo/index.vue
New file @@ -0,0 +1,11 @@ <template> <view> </view> </template> <script> </script> <style> </style> pages/demo/login.vue
New file @@ -0,0 +1,8 @@ <template> </template> <script> </script> <style> </style> static/css/demo/demo.css