crm移动端页面初始化.

This commit is contained in:
dzj 2024-07-12 17:49:32 +08:00
parent cbd45f0f45
commit c7505a87ff
2 changed files with 2 additions and 8 deletions

View File

@ -1,8 +1,5 @@
<template>
<nav>
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</nav>
<router-view/>
</template>

View File

@ -1,8 +1,5 @@
<template>
<div class="home">
<img alt="Vue logo" src="../assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
</div>
<div>crm智能系统</div>
</template>
<script>