Commit 0026f45b by 刘泽奇

123

parent bd386415
......@@ -138,6 +138,13 @@ const routes = [
name: "comapnylist",
component: () => import("@/views/fqembed/comapnylist.vue")
},
///// 中转页面
{
path: "/needProxy",
name: "needProxy",
component: () => import("@/views/fqembed/needProxy.vue")
},
];
const router = new VueRouter({
routes,
......
<template>
<div></div>
</template>
<script>
export default {
data() {
return {};
},
created() {}
};
</script>
<style lang="scss">
</style>
\ No newline at end of file
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