#
whycq
2022-08-17 ed0436075c5d8b32a5ed0d68da458b92b2177ab0
#
1个文件已修改
3个文件已添加
31 ■■■■■ 已修改文件
pages.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/demo/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/demo/login.vue 8 ●●●●● 补丁 | 查看 | 原始文档 | 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