This commit is contained in:
2021-09-10 09:23:31 +08:00
5 changed files with 7 additions and 5 deletions

View File

@@ -1,15 +1,15 @@
import Vue from 'vue'
import Router from 'vue-router'
import home from '@/components/home'
import index from '@/components/index'
Vue.use(Router)
export default new Router({
routes: [
{
path: '/',
name: 'home',
component: home
path: '/index',
name: 'index',
component: index
}
]
})

View File

@@ -21,4 +21,6 @@ git branch -a
切换到新建的分支
git checkout zsxt_nbzs_h5
打开项目vs,增加类库
打开项目vs,增加类库
递归克隆
git clone --recursive http://118.178.224.202:3000/ewide/zsxt_nbzs_h5.git