智慧农业大数据平台
v
shuishen
2022-08-10 f7d17ac50ba36df58405ef715ac17f427b6cc4f8
v
1 files modified
1 files added
24 ■■■■■ changed files
src/router/page/index.js 9 ●●●●● patch | view | raw | blame | history
src/views/v/index.vue 15 ●●●●● patch | view | raw | blame | history
src/router/page/index.js
@@ -17,6 +17,15 @@
const routes = [
    {
        path: '/v',
        name: 'v',
        component: resolve => require(['../../views/v/index.vue'], resolve),
        meta: {
            title: 'v',
            isAuth: false
        }
    },
    {
        path: '/',
        redirect: '/lyout'
    },
src/views/v/index.vue
New file
@@ -0,0 +1,15 @@
<!--
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-08-10 08:44:28
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2022-08-10 08:47:01
 * @FilePath: \zhny-dsj\src\views\v.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
<template>
    <div></div>
</template>
<script>
</script>