Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
92649244
Commit
92649244
authored
May 06, 2020
by
张俊
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
a729373e
628db8a6
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
20 deletions
+6
-20
.beagle.yml
.beagle.yml
+2
-1
src/App.vue
src/App.vue
+2
-17
src/pages/fwglList.vue
src/pages/fwglList.vue
+1
-1
src/router/index.js
src/router/index.js
+1
-1
No files found.
.beagle.yml
View file @
92649244
clone
:
git
:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/git:1.4.0
pull
:
true
dns
:
223.5.5.5
pipeline
:
read-cache
:
image
:
registry.cn-qingdao.aliyuncs.com/wod-devops/cache:latest
...
...
src/App.vue
View file @
92649244
<
template
>
<div
id=
"app"
:class=
"
{ is_fwgl: isFwgl }"
>
<div
id=
"app"
>
<bd-menu
class=
"outmenu"
></bd-menu>
<router-view
/>
</div>
...
...
@@ -9,11 +9,6 @@
import
bdMenu
from
"
./components/menu
"
;
export
default
{
data
:
()
=>
({}),
computed
:
{
isFwgl
()
{
return
this
.
$route
.
name
&&
this
.
$route
.
name
.
indexOf
(
"
fwgl
"
)
>
-
1
;
},
},
components
:
{
bdMenu
,
},
...
...
@@ -31,15 +26,5 @@ export default {
}
#app
{
background-color
:
#f6f7fb
;
padding-bottom
:
20px
;
}
</
style
>
<
style
>
.is_fwgl
{
padding-bottom
:
0
!important
;
}
.is_fwgl
.decor
{
display
:
none
!important
;
}
</
style
>
</
style
>
\ No newline at end of file
src/pages/fwglList.vue
View file @
92649244
...
...
@@ -15,7 +15,7 @@
:autoAdd=
"false"
:isDialog=
"true"
:confirmOptions=
"confirmOptions"
detailsUrl=
"/servicedetail/"
detailsUrl=
"/
fwgl/
servicedetail/"
@
primary-edit=
"editItem"
@
sold-out=
"soldOutItem"
:emptyText=
"emptyText"
...
...
src/router/index.js
View file @
92649244
...
...
@@ -54,7 +54,7 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/fwglList
"
),
},
{
path
:
"
/fwgl/servicedetail
"
,
path
:
"
/fwgl/servicedetail
/:id
"
,
name
:
"
servicedetail
"
,
component
:
()
=>
import
(
"
@/pages/serviceDetail
"
),
},
...
...
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