Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuIncubator
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
GaoQuIncubator
Commits
829119a5
Commit
829119a5
authored
Oct 17, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
企业孵化首页
parent
3f7285f6
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
135 additions
and
83 deletions
+135
-83
dict.js
src/api/system/dict.js
+9
-1
AppMain.vue
src/layout/components/AppMain.vue
+2
-1
routers.js
src/router/routers.js
+15
-0
enterprise.vue
src/views/system/home/enterprise.vue
+109
-81
No files found.
src/api/system/dict.js
View file @
829119a5
...
...
@@ -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
}
src/layout/components/AppMain.vue
View file @
829119a5
...
...
@@ -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
;
...
...
src/router/routers.js
View file @
829119a5
...
...
@@ -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
)
=>
{
...
...
src/views/system/home/enterprise.vue
View file @
829119a5
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment