智慧保安互联网APP
shuishen
2021-07-27 a95d9fc78e7f15c5932c68e848d859c1714b8f66
目录相关配置等
2 files modified
5 files added
74 ■■■■■ changed files
api/mock/home.js 16 ●●●● patch | view | raw | blame | history
pages.json 25 ●●●●● patch | view | raw | blame | history
pages/dispatch/dispatch.vue 11 ●●●●● patch | view | raw | blame | history
pages/examine/examine.vue 11 ●●●●● patch | view | raw | blame | history
pages/message/message.vue 11 ●●●●● patch | view | raw | blame | history
static/images/home/s10.png patch | view | raw | blame | history
static/images/home/s11.png patch | view | raw | blame | history
api/mock/home.js
@@ -113,19 +113,29 @@
                    url: ''
                },
                {
                    name: '调度指令',
                    img: '/static/images/home/s4.png',
                    url: ''
                },
                {
                    name: '工作汇报',
                    img: '/static/images/home/report001.png',
                    url: '../report/report'
                },
                {
                    name: '调度指令',
                    img: '/static/images/home/s4.png',
                    url: ''
                    img: '/static/images/home/s11.png',
                    url: '../dispatch/dispatch'
                },
                {
                    name: '通知通告',
                    img: '/static/images/home/s10.png',
                    url: '../message/message'
                },
                {
                    name: '现场检查',
                    img: '/static/images/home/s5.png',
                    url: ''
                    url: '../examine/examine'
                }
            ];
            resolute(list);
pages.json
@@ -117,6 +117,31 @@
                "navigationBarTextStyle": "white"
            }
        }, {
            "path": "pages/dispatch/dispatch",
            "style": {
                "navigationBarTitleText": "调度指令",
                "enablePullDownRefresh": false,
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle": "white"
            }
        }, {
            "path": "pages/message/message",
            "style": {
                "navigationBarTitleText": "通知通告",
                "enablePullDownRefresh": false,
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle": "white"
            }
        }, {
            "path": "pages/examine/examine",
            "style": {
                "navigationBarTitleText": "现场检查",
                "enablePullDownRefresh": false,
                "navigationBarBackgroundColor": "#0BB9C8",
                "navigationBarTextStyle": "white"
            }
        },
        {
            "path": "pages/user/profile",
            "style": {
                "navigationBarTitleText": "个人资料",
pages/dispatch/dispatch.vue
New file
@@ -0,0 +1,11 @@
<template>
    <div>
        456
    </div>
</template>
<script>
</script>
<style>
</style>
pages/examine/examine.vue
New file
@@ -0,0 +1,11 @@
<template>
    <div>
        234
    </div>
</template>
<script>
</script>
<style>
</style>
pages/message/message.vue
New file
@@ -0,0 +1,11 @@
<template>
    <div>
        123
    </div>
</template>
<script>
</script>
<style>
</style>
static/images/home/s10.png
static/images/home/s11.png