Commit 829119a5 authored by xinzhedeai's avatar xinzhedeai

企业孵化首页

parent 3f7285f6
......@@ -31,4 +31,12 @@ export function edit(data) {
})
}
export default { add, edit, del }
export function getCompanyDicts() {
return request({
url: 'api/company/dic',
method: 'get'
})
}
export default { add, edit, del, getCompanyDicts }
......@@ -45,7 +45,8 @@ export default {
display:flex;
flex-direction:column;
//padding:.925vh 0;
background-color:#00154e;
// background-color:#00154e;
background-color:#fff;
height:100%;
.common-page{margin-top:75px;}
box-sizing: border-box;
......
......@@ -53,6 +53,21 @@ export const constantRouterMap = [
}
]
},
// {
// path: "/home/enterprise",
// //component: Layout,
// component: HomeLayout,
// redirect: "noredirect",
// hidden:true,
// children: [
// {
// path: "center",
// component: resolve => require(["@/views/system/home/enterprise"], resolve),
// name: "首页-企业",
// meta: { title: "首页", affix:true }
// }
// ]
// },
{
path: "/edge/Screen",
component: (resolve) => {
......
This diff is collapsed.
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