diff --git a/Ewide.NbzsZheliban/obj/Debug/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache b/Ewide.NbzsZheliban/obj/Debug/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache index e9f260f..142339a 100644 Binary files a/Ewide.NbzsZheliban/obj/Debug/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache and b/Ewide.NbzsZheliban/obj/Debug/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache differ diff --git a/Ewide.NbzsZheliban/obj/Release/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache b/Ewide.NbzsZheliban/obj/Release/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache index f7bad17..a62a0aa 100644 Binary files a/Ewide.NbzsZheliban/obj/Release/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache and b/Ewide.NbzsZheliban/obj/Release/net5.0/Ewide.NbzsZheliban.csproj.AssemblyReference.cache differ diff --git a/FrontCode2/sunshine_levy/src/components/home.vue b/FrontCode2/sunshine_levy/src/components/index.vue similarity index 100% rename from FrontCode2/sunshine_levy/src/components/home.vue rename to FrontCode2/sunshine_levy/src/components/index.vue diff --git a/FrontCode2/sunshine_levy/src/router/index.js b/FrontCode2/sunshine_levy/src/router/index.js index 1f1b5bc..e7ed458 100644 --- a/FrontCode2/sunshine_levy/src/router/index.js +++ b/FrontCode2/sunshine_levy/src/router/index.js @@ -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 } ] }) diff --git a/README.md b/README.md index 93d93fd..da942ea 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,6 @@ git branch -a 切换到新建的分支 git checkout zsxt_nbzs_h5 -打开项目vs,增加类库 \ No newline at end of file +打开项目vs,增加类库 +递归克隆 +git clone --recursive http://118.178.224.202:3000/ewide/zsxt_nbzs_h5.git \ No newline at end of file