Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OPENTECH
/
yoho-node-ci
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
7 years ago
Commit
e8102cf478a44087672913488efff80f40898887
1 parent
f3e0c1a7
模板结构调整
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
8 deletions
package.json
public/src/js/routes.js
public/src/vue/App.vue
package.json
View file @
e8102cf
...
...
@@ -78,7 +78,7 @@
"utility"
:
"^1.8.0"
},
"devDependencies"
:
{
"ada"
:
"^0.2.
5
"
,
"ada"
:
"^0.2.
6
"
,
"iview"
:
"^2.13.0"
,
"nodemon"
:
"^1.11.0"
,
"vue"
:
"^2.5.16"
,
...
...
public/src/js/routes.js
View file @
e8102cf
const
NotFound
=
{
template
:
`
<
div
>
你来到了未知地带
Yoho
Node
.
js
持续集成平台
<
/div
>
`
}
...
...
public/src/vue/App.vue
View file @
e8102cf
...
...
@@ -54,12 +54,7 @@
</Submenu>
</Menu>
</Sider>
<Layout :style="{padding: '0 24px 24px'}">
<Breadcrumb :style="{margin: '24px 0'}">
<BreadcrumbItem>Home</BreadcrumbItem>
<BreadcrumbItem>Components</BreadcrumbItem>
<BreadcrumbItem>Layout</BreadcrumbItem>
</Breadcrumb>
<Layout :style="{padding: '24px'}">
<Content :style="{padding: '24px', background: '#fff'}">
<router-view></router-view>
</Content>
...
...
Please
register
or
login
to post a comment