Commit d457e1b4 authored by 高宇's avatar 高宇

隐私协议

parent a4b261f6
This diff is collapsed.
......@@ -2,6 +2,7 @@ import Vue from 'vue'
import Router from 'vue-router'
import HelloWorld from '@/components/HelloWorld'
import Index from "@/components/Index";
import privacyPolicy from "@/components/PrivacyPolicy";
Vue.use(Router)
......@@ -11,6 +12,11 @@ export default new Router({
path: '/',
name: 'Index',
component: Index
},
{
path: '/privacy-policy',
name: 'PrivacyPolicy',
component: privacyPolicy
}
]
})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment