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
661ba884
Commit
661ba884
authored
Jul 02, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ldx' into dev
parents
5169da0d
d12465b3
Changes
39
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
813 additions
and
709 deletions
+813
-709
src/components/general/block-radius.vue
src/components/general/block-radius.vue
+0
-0
src/components/general/codes.vue
src/components/general/codes.vue
+0
-0
src/components/general/cropper.vue
src/components/general/cropper.vue
+0
-0
src/components/general/upload_file.vue
src/components/general/upload_file.vue
+1
-1
src/components/general/wave_icon.vue
src/components/general/wave_icon.vue
+61
-0
src/components/menu.vue
src/components/menu.vue
+13
-13
src/components/service-list/service_list.vue
src/components/service-list/service_list.vue
+1
-1
src/components/shop-car-apply/apply_service_state.vue
src/components/shop-car-apply/apply_service_state.vue
+1
-1
src/components/shop-cloud/shop-cloud.vue
src/components/shop-cloud/shop-cloud.vue
+2
-2
src/icons/svg/fwgl_ic_arrow.svg
src/icons/svg/fwgl_ic_arrow.svg
+1
-0
src/icons/svg/fwgl_ic_bufenguzhang.svg
src/icons/svg/fwgl_ic_bufenguzhang.svg
+1
-0
src/icons/svg/fwgl_ic_operation.svg
src/icons/svg/fwgl_ic_operation.svg
+1
-0
src/icons/svg/fwgl_ic_stop.svg
src/icons/svg/fwgl_ic_stop.svg
+1
-0
src/icons/svg/fwgl_ic_wait.svg
src/icons/svg/fwgl_ic_wait.svg
+1
-0
src/icons/svg/ic_2.svg
src/icons/svg/ic_2.svg
+0
-1
src/icons/svg/ic_3.svg
src/icons/svg/ic_3.svg
+0
-1
src/pages/authority/organization/organizationedit.vue
src/pages/authority/organization/organizationedit.vue
+1
-1
src/pages/authority/user/organizationuser.vue
src/pages/authority/user/organizationuser.vue
+1
-1
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+1
-1
src/pages/example/example_code.vue
src/pages/example/example_code.vue
+1
-1
src/pages/example/example_com_list.vue
src/pages/example/example_com_list.vue
+1
-1
src/pages/example/example_commodity.vue
src/pages/example/example_commodity.vue
+1
-1
src/pages/example/example_icon.vue
src/pages/example/example_icon.vue
+8
-3
src/pages/example/example_upload.vue
src/pages/example/example_upload.vue
+1
-1
src/pages/service_shop/service_application_successfully.vue
src/pages/service_shop/service_application_successfully.vue
+1
-1
src/pages/user/message.vue
src/pages/user/message.vue
+1
-1
src/pages/user/order/order_detail.vue
src/pages/user/order/order_detail.vue
+1
-1
src/pages/user/user_info.vue
src/pages/user/user_info.vue
+2
-2
src/pages/workbench/app_build.vue
src/pages/workbench/app_build.vue
+1
-1
src/pages/workbench/fwgl/serviceDetail.vue
src/pages/workbench/fwgl/serviceDetail.vue
+157
-181
src/pages/workbench/fwgl/serviceEdit.vue
src/pages/workbench/fwgl/serviceEdit.vue
+1
-1
src/pages/workbench/fwzc_fwcs.vue
src/pages/workbench/fwzc_fwcs.vue
+3
-3
src/pages/workbench/yygl/app_detail.vue
src/pages/workbench/yygl/app_detail.vue
+1
-1
src/pages/workbench/yygl/app_edit.vue
src/pages/workbench/yygl/app_edit.vue
+1
-1
src/pages/workbench/yygl/deploy_app_detail.vue
src/pages/workbench/yygl/deploy_app_detail.vue
+272
-227
src/pages/workbench/yygl/deployment.vue
src/pages/workbench/yygl/deployment.vue
+1
-1
src/pages/workbench/yygl/yyglList.vue
src/pages/workbench/yygl/yyglList.vue
+262
-257
src/request/api/workbench.js
src/request/api/workbench.js
+9
-0
src/router/index.js
src/router/index.js
+1
-1
No files found.
src/components/block-radius.vue
→
src/components/
general/
block-radius.vue
View file @
661ba884
File moved
src/components/codes.vue
→
src/components/
general/
codes.vue
View file @
661ba884
File moved
src/components/cropper.vue
→
src/components/
general/
cropper.vue
View file @
661ba884
File moved
src/components/upload_file.vue
→
src/components/
general/
upload_file.vue
View file @
661ba884
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
cropper
from
"
@/components/cropper
"
;
import
cropper
from
"
@/components/
general/
cropper
"
;
export
default
{
export
default
{
components
:
{
components
:
{
cropper
cropper
...
...
src/components/general/wave_icon.vue
0 → 100644
View file @
661ba884
<
template
>
<div
class=
"icon-main icon_act"
>
<svg-icon
icon-class=
"fwgl_ic_arrow"
class=
"svg_out"
></svg-icon>
<svg-icon
v-if=
"state == '运行中'"
icon-class=
"fwgl_ic_operation"
class=
"svg_in"
></svg-icon>
<svg-icon
v-else-if=
"state == '等待中'"
icon-class=
"fwgl_ic_stop"
class=
"svg_in"
></svg-icon>
<svg-icon
v-else-if=
"state == '停止'"
icon-class=
"fwgl_ic_wait"
class=
"svg_in"
></svg-icon>
<svg-icon
v-else
icon-class=
"fwgl_ic_bufenguzhang"
class=
"svg_in"
></svg-icon>
</div>
</
template
>
<
script
>
export
default
{
props
:
{
state
:
{
type
:
String
,
default
:
""
}
},
data
()
{
return
{};
},
components
:
{},
mounted
:
function
()
{
// this.init();
},
computed
:
{},
methods
:
{}
};
</
script
>
<
style
scoped
>
.icon-main
{
/* margin-top: 100px; */
width
:
60px
;
}
.icon_act
{
/* margin-left: 50px; */
position
:
relative
;
}
.svg_out
{
font-size
:
60px
;
animation
:
out_t
;
animation-duration
:
2s
;
animation-timing-function
:
linear
;
animation-iteration-count
:
infinite
;
}
.svg_in
{
font-size
:
24px
;
position
:
absolute
;
top
:
18px
;
left
:
18px
;
}
@keyframes
out_t
{
from
{
transform
:
rotate
(
0deg
);
}
to
{
transform
:
rotate
(
360deg
);
}
}
</
style
>
\ No newline at end of file
src/components/menu.vue
View file @
661ba884
...
@@ -78,19 +78,19 @@
...
@@ -78,19 +78,19 @@
v-for=
"(item, index) in menu_arr"
v-for=
"(item, index) in menu_arr"
:key=
"index + 200"
:key=
"index + 200"
class=
"menu_box user_hover"
class=
"menu_box user_hover"
@
click=
"navAction(i
ndex, i
tem.visit_url)"
@
click=
"navAction(item.visit_url)"
:style=
"
{ color: now_menu == i
ndex
? '#fff' : '' }"
:style=
"
{ color: now_menu == i
tem.visit_url
? '#fff' : '' }"
>
>
{{
item
.
menu_name
}}
{{
item
.
menu_name
}}
<div
class=
"user_menu"
v-if=
"item.Child && item.Child.length"
style=
"left: 30px;"
>
<div
class=
"user_menu"
v-if=
"item.Child && item.Child.length"
style=
"left: 30px;"
>
<div
<div
v-for=
"(v, indexs) in item.Child"
v-for=
"(v, indexs) in item.Child"
:key=
"indexs + 700"
:key=
"indexs + 700"
@
click.stop=
"gotoChildPage(v, i
ndex
)"
@
click.stop=
"gotoChildPage(v, i
tem.visit_url
)"
>
{{
v
.
menu_name
}}
</div>
>
{{
v
.
menu_name
}}
</div>
</div>
</div>
<div
class=
"sj"
v-if=
"item.Child && item.Child.length"
style=
"left: 60px;"
></div>
<div
class=
"sj"
v-if=
"item.Child && item.Child.length"
style=
"left: 60px;"
></div>
<div
class=
"bottom_show"
v-if=
"now_menu == i
ndex
"
></div>
<div
class=
"bottom_show"
v-if=
"now_menu == i
tem.visit_url
"
></div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -101,7 +101,7 @@ export default {
...
@@ -101,7 +101,7 @@ export default {
data
()
{
data
()
{
return
{
return
{
menu_arr
:
[],
menu_arr
:
[],
now_menu
:
2
,
now_menu
:
""
,
user_arr
:
[
user_arr
:
[
{
name
:
"
个人档案
"
,
path
:
"
/user/user_info
"
},
{
name
:
"
个人档案
"
,
path
:
"
/user/user_info
"
},
{
name
:
"
消息通知
"
,
path
:
"
/user/message
"
},
{
name
:
"
消息通知
"
,
path
:
"
/user/message
"
},
...
@@ -155,23 +155,23 @@ export default {
...
@@ -155,23 +155,23 @@ export default {
// at here, we will goto shopping cart
// at here, we will goto shopping cart
this
.
$router
.
push
({
name
:
"
shoppingCart
"
});
this
.
$router
.
push
({
name
:
"
shoppingCart
"
});
},
},
navAction
(
index
,
path
)
{
navAction
(
path
)
{
this
.
$router
.
push
(
path
);
this
.
$router
.
push
(
path
);
this
.
now_menu
=
index
;
this
.
now_menu
=
path
;
window
.
sessionStorage
.
setItem
(
"
menu
Index
"
,
index
);
window
.
sessionStorage
.
setItem
(
"
menu
VisitUrl
"
,
path
);
},
},
gotoChildPage
(
v
,
parent
)
{
gotoChildPage
(
v
,
parent
)
{
if
(
v
.
visit_url
)
{
if
(
v
.
visit_url
)
{
if
(
v
.
visit_url
==
"
/fwgl/
"
||
v
.
visit_url
==
"
/yygl/
"
)
{
if
(
v
.
visit_url
==
"
/fwgl/
"
||
v
.
visit_url
==
"
/yygl/
"
)
{
this
.
$router
.
push
(
v
.
visit_url
+
this
.
$store
.
getters
.
level
);
this
.
$router
.
push
(
v
.
visit_url
+
this
.
$store
.
getters
.
level
);
}
else
if
(
parent
==
2
)
{
}
else
if
(
parent
==
"
/services_shop
"
)
{
this
.
$router
.
push
(
v
.
visit_url
);
this
.
$router
.
push
(
v
.
visit_url
);
this
.
$store
.
commit
(
"
serviceShopMenuAct
"
,
v
.
visit_url
);
this
.
$store
.
commit
(
"
serviceShopMenuAct
"
,
v
.
visit_url
);
}
else
{
}
else
{
this
.
$router
.
push
(
v
.
visit_url
);
this
.
$router
.
push
(
v
.
visit_url
);
}
}
this
.
now_menu
=
parent
;
this
.
now_menu
=
parent
;
window
.
sessionStorage
.
setItem
(
"
menu
Index
"
,
parent
);
window
.
sessionStorage
.
setItem
(
"
menu
VisitUrl
"
,
parent
);
}
}
},
},
getList
()
{
getList
()
{
...
@@ -189,9 +189,9 @@ export default {
...
@@ -189,9 +189,9 @@ export default {
});
});
},
},
getMenuIndex
()
{
getMenuIndex
()
{
let
index
=
window
.
sessionStorage
.
getItem
(
"
menuIndex
"
);
let
visit_url
=
window
.
sessionStorage
.
getItem
(
"
menuVisitUrl
"
);
console
.
log
(
index
);
console
.
log
(
visit_url
);
this
.
now_menu
=
index
?
index
:
2
;
this
.
now_menu
=
visit_url
?
visit_url
:
"
/services_shop
"
;
},
},
getNowMenu
()
{
getNowMenu
()
{
this
.
$api
.
general
.
getNowMenu
({
teamName
:
"
APAAS3
"
}).
then
(
response
=>
{
this
.
$api
.
general
.
getNowMenu
({
teamName
:
"
APAAS3
"
}).
then
(
response
=>
{
...
...
src/components/service-list/service_list.vue
View file @
661ba884
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
<
script
>
<
script
>
import
CommodityList
from
"
@/components/service-list/commodity-list.vue
"
;
import
CommodityList
from
"
@/components/service-list/commodity-list.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
export
default
{
export
default
{
components
:
{
components
:
{
"
commodity-list
"
:
CommodityList
,
"
commodity-list
"
:
CommodityList
,
...
...
src/components/shop-car-apply/apply_service_state.vue
View file @
661ba884
...
@@ -76,7 +76,7 @@
...
@@ -76,7 +76,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
import
tableUm
from
"
@/components/table/table-um
"
;
import
tableUm
from
"
@/components/table/table-um
"
;
export
default
{
export
default
{
props
:
[
"
data
"
,
"
idx
"
],
props
:
[
"
data
"
,
"
idx
"
],
...
...
src/components/shop-cloud/shop-cloud.vue
View file @
661ba884
...
@@ -699,8 +699,8 @@
...
@@ -699,8 +699,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
export
default
{
export
default
{
components
:
{
components
:
{
BlockRadius
,
BlockRadius
,
...
...
src/icons/svg/fwgl_ic_arrow.svg
0 → 100644
View file @
661ba884
This diff is collapsed.
Click to expand it.
src/icons/svg/fwgl_ic_bufenguzhang.svg
0 → 100644
View file @
661ba884
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 19.02 22.31"
><defs><style>
.cls-1{fill:#ff5160;}.cls-2{fill:#ffd5d5;}
</style></defs><title>
ic_画板 21
</title><path
class=
"cls-1"
d=
"M4,21.31a3,3,0,0,1-3-3V4A3,3,0,0,1,5.63,1.49l11,7.15a3,3,0,0,1,0,5l-11,7.15A3,3,0,0,1,4,21.31Z"
/><path
class=
"cls-2"
d=
"M4,2a2,2,0,0,1,1.08.33l11,7.15a2,2,0,0,1,0,3.36L5.09,20A2,2,0,0,1,4,20.31a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2M4,0A4,4,0,0,0,0,4v14.3a4,4,0,0,0,6.18,3.36l11-7.15a4,4,0,0,0,0-6.71L6.18.65A4,4,0,0,0,4,0Z"
/></svg>
\ No newline at end of file
src/icons/svg/fwgl_ic_operation.svg
0 → 100644
View file @
661ba884
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 19.02 22.31"
><defs><style>
.cls-1{fill:#8390ee;}.cls-2{fill:#c3caf8;}
</style></defs><title>
ic_画板 5
</title><path
class=
"cls-1"
d=
"M4,21.31a3,3,0,0,1-3-3V4A3,3,0,0,1,5.63,1.49l11,7.15a3,3,0,0,1,0,5l-11,7.15A3,3,0,0,1,4,21.31Z"
/><path
class=
"cls-2"
d=
"M4,2a2,2,0,0,1,1.08.33l11,7.15a2,2,0,0,1,0,3.36L5.09,20A2,2,0,0,1,4,20.31a2,2,0,0,1-2-2V4A2,2,0,0,1,4,2M4,0A4,4,0,0,0,0,4v14.3a4,4,0,0,0,6.18,3.36l11-7.15a4,4,0,0,0,0-6.71L6.18.65A4,4,0,0,0,4,0Z"
/></svg>
\ No newline at end of file
src/icons/svg/fwgl_ic_stop.svg
0 → 100644
View file @
661ba884
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 22 22"
><defs><style>
.cls-1{fill:#8390ee;}.cls-2{fill:#c3caf8;}
</style></defs><title>
ic_画板 20
</title><rect
class=
"cls-1"
x=
"1"
y=
"1"
width=
"20"
height=
"20"
rx=
"3"
ry=
"3"
/><path
class=
"cls-2"
d=
"M18,22H4a4,4,0,0,1-4-4V4A4,4,0,0,1,4,0H18a4,4,0,0,1,4,4V18A4,4,0,0,1,18,22ZM4,2A2,2,0,0,0,2,4V18a2,2,0,0,0,2,2H18a2,2,0,0,0,2-2V4a2,2,0,0,0-2-2Z"
/></svg>
\ No newline at end of file
src/icons/svg/fwgl_ic_wait.svg
0 → 100644
View file @
661ba884
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 32.04 9"
><defs><style>
.cls-1{fill:#8390ee;}.cls-2{fill:#c3caf8;}
</style></defs><title>
ic_画板 4
</title><circle
class=
"cls-1"
cx=
"4.5"
cy=
"4.5"
r=
"3.5"
/><path
class=
"cls-2"
d=
"M4.5,2A2.5,2.5,0,1,1,2,4.5,2.5,2.5,0,0,1,4.5,2m0-2A4.5,4.5,0,1,0,9,4.5,4.51,4.51,0,0,0,4.5,0Z"
/><path
class=
"cls-1"
d=
"M16,8a3.5,3.5,0,0,1,0-7,3.5,3.5,0,0,1,0,7Z"
/><path
class=
"cls-2"
d=
"M16,2a2.5,2.5,0,1,1-2.29,1.5A2.49,2.49,0,0,1,16,2m0-2h0a4.5,4.5,0,1,0,1.79.37A4.5,4.5,0,0,0,16,0Z"
/><path
class=
"cls-1"
d=
"M27.54,8a3.5,3.5,0,0,1,0-7,3.5,3.5,0,0,1,0,7Z"
/><path
class=
"cls-2"
d=
"M27.54,2a2.5,2.5,0,1,1-2.29,1.5A2.49,2.49,0,0,1,27.54,2m0-2h0a4.5,4.5,0,1,0,1.79.37A4.5,4.5,0,0,0,27.54,0Z"
/></svg>
\ No newline at end of file
src/icons/svg/ic_2.svg
deleted
100644 → 0
View file @
5169da0d
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 819.2 716.8"
><title>
ic_画板 2
</title><path
d=
"M759.36,283.6C725,121.68,581.84,0,409.6,0,303.36,0,208.08,46.32,142.48,119.84a354.83,354.83,0,0,0-24.72,31c-2.24,3.12-15.36,15.52-15.36,28.4,0,14.16,11.44,25.12,25.6,25.6,16.8.56,24.72-14.4,27.52-18.48C210.72,104.88,303.76,51.2,409.6,51.2c146,0,267.68,102.08,298.88,238.64a76.51,76.51,0,1,0,50.88-6.24ZM742.4,384A25.6,25.6,0,1,1,768,358.4,25.57,25.57,0,0,1,742.4,384Z"
/><path
d=
"M691.2,512a25.52,25.52,0,0,0-18.08,7.52s-8,9-11.52,14c-55.44,79.76-147.52,132.08-252,132.08-146,0-267.92-101.92-299.2-238.48A76.57,76.57,0,1,0,59,433C93.36,595.12,237.2,716.8,409.6,716.8c119.44,0,225-58.56,290.08-148.4,2.8-3.84,12.16-15.76,13.6-18.16a24.21,24.21,0,0,0,3.52-12.64A25.58,25.58,0,0,0,691.2,512ZM76.8,384a25.6,25.6,0,1,1,25.6-25.6A25.58,25.58,0,0,1,76.8,384Z"
/></svg>
\ No newline at end of file
src/icons/svg/ic_3.svg
deleted
100644 → 0
View file @
5169da0d
<svg
id=
"图层_1"
data-name=
"图层 1"
xmlns=
"http://www.w3.org/2000/svg"
viewBox=
"0 0 255.98 358.35"
><title>
ic_画板 3
</title><path
d=
"M247.44,150.43a37.52,37.52,0,0,0-9.76-11L72.24,9.39C62.4,1.55,50.48-1.57,38.48.75c-12,2-22.48,9-29.76,19.6A49.83,49.83,0,0,0,0,49.31V309.39a49.61,49.61,0,0,0,13.44,34.48c8.72,9.36,19.92,14.48,31.92,14.48a40.69,40.69,0,0,0,26.48-9.44L237.28,219a49.72,49.72,0,0,0,18.16-32.16A53.05,53.05,0,0,0,247.44,150.43Z"
/></svg>
\ No newline at end of file
src/pages/authority/organization/organizationedit.vue
View file @
661ba884
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
import
{
getRole
,
formatDateTime_date
}
from
"
@/utils/common
"
;
import
{
getRole
,
formatDateTime_date
}
from
"
@/utils/common
"
;
export
default
{
export
default
{
props
:
{},
props
:
{},
...
...
src/pages/authority/user/organizationuser.vue
View file @
661ba884
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
import
{
getRole
,
formatDateTime_date
}
from
"
@/utils/common
"
;
import
{
getRole
,
formatDateTime_date
}
from
"
@/utils/common
"
;
import
{
mapGetters
,
mapState
}
from
"
vuex
"
;
import
{
mapGetters
,
mapState
}
from
"
vuex
"
;
export
default
{
export
default
{
...
...
src/pages/data-analysis/my-service.vue
View file @
661ba884
...
@@ -62,7 +62,7 @@
...
@@ -62,7 +62,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
import
Dashboard
from
"
@/components/e-charts/dashboard
"
;
import
Dashboard
from
"
@/components/e-charts/dashboard
"
;
export
default
{
export
default
{
components
:
{
components
:
{
...
...
src/pages/example/example_code.vue
View file @
661ba884
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
codes
from
"
@/components/codes
"
;
import
codes
from
"
@/components/
general/
codes
"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{};
return
{};
...
...
src/pages/example/example_com_list.vue
View file @
661ba884
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<
script
>
<
script
>
// @ is an alias to /src
// @ is an alias to /src
import
CommodityList
from
"
@/components/service-list/commodity-list.vue
"
;
import
CommodityList
from
"
@/components/service-list/commodity-list.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
export
default
{
export
default
{
components
:
{
components
:
{
"
commodity-list
"
:
CommodityList
,
"
commodity-list
"
:
CommodityList
,
...
...
src/pages/example/example_commodity.vue
View file @
661ba884
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<
script
>
<
script
>
// @ is an alias to /src
// @ is an alias to /src
import
Commodity
from
"
@/components/service-list/commodity.vue
"
;
import
Commodity
from
"
@/components/service-list/commodity.vue
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
export
default
{
export
default
{
components
:
{
components
:
{
Commodity
,
Commodity
,
...
...
src/pages/example/example_icon.vue
View file @
661ba884
<
template
>
<
template
>
<div
class=
"icon_background"
>
<div
class=
"icon-main icon_act"
>
<div
class=
"icon-main icon_act"
>
<svg-icon
icon-class=
"ic_2"
class=
"svg_out"
></svg-icon>
<svg-icon
icon-class=
"fwgl_ic_arrow"
class=
"svg_out"
></svg-icon>
<svg-icon
icon-class=
"ic_3"
class=
"svg_in"
></svg-icon>
<svg-icon
icon-class=
"fwgl_ic_bufenguzhang"
class=
"svg_in"
></svg-icon>
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -20,6 +22,9 @@ export default {
...
@@ -20,6 +22,9 @@ export default {
</
script
>
</
script
>
<
style
scoped
>
<
style
scoped
>
.icon_background
{
padding-top
:
300px
;
}
.icon-main
{
.icon-main
{
/* margin-top: 100px; */
/* margin-top: 100px; */
width
:
60px
;
width
:
60px
;
...
...
src/pages/example/example_upload.vue
View file @
661ba884
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
export
default
{
export
default
{
data
()
{
data
()
{
return
{
return
{
...
...
src/pages/service_shop/service_application_successfully.vue
View file @
661ba884
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
export
default
{
export
default
{
components
:
{
components
:
{
BlockRadius
BlockRadius
...
...
src/pages/user/message.vue
View file @
661ba884
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
<
script
>
<
script
>
import
CesTable
from
"
@/components/table/table-um
"
;
import
CesTable
from
"
@/components/table/table-um
"
;
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
export
default
{
export
default
{
components
:
{
components
:
{
CesTable
,
CesTable
,
...
...
src/pages/user/order/order_detail.vue
View file @
661ba884
...
@@ -229,7 +229,7 @@
...
@@ -229,7 +229,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
import
ProcessCard
from
"
@/components/process-card
"
;
import
ProcessCard
from
"
@/components/process-card
"
;
import
TableUm
from
"
@/components/table/table-um
"
;
import
TableUm
from
"
@/components/table/table-um
"
;
import
InfoList
from
"
@/components/infoList
"
;
import
InfoList
from
"
@/components/infoList
"
;
...
...
src/pages/user/user_info.vue
View file @
661ba884
...
@@ -176,8 +176,8 @@
...
@@ -176,8 +176,8 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
import
UploadFile
from
"
@/components/upload_file
"
;
import
UploadFile
from
"
@/components/
general/
upload_file
"
;
export
default
{
export
default
{
components
:
{
components
:
{
BlockRadius
,
BlockRadius
,
...
...
src/pages/workbench/app_build.vue
View file @
661ba884
...
@@ -280,7 +280,7 @@
...
@@ -280,7 +280,7 @@
import
appBuildSteps
from
"
@/components/app-build-steps/app-build-steps
"
;
import
appBuildSteps
from
"
@/components/app-build-steps/app-build-steps
"
;
import
appBuildStep
from
"
@/components/app-build-steps/app-build-step
"
;
import
appBuildStep
from
"
@/components/app-build-steps/app-build-step
"
;
import
apassTable
from
"
@/components/apass-table
"
;
import
apassTable
from
"
@/components/apass-table
"
;
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
import
apassDialog
from
"
@/components/apass-dialog
"
;
import
apassDialog
from
"
@/components/apass-dialog
"
;
export
default
{
export
default
{
...
...
src/pages/workbench/fwgl/serviceDetail.vue
View file @
661ba884
This diff is collapsed.
Click to expand it.
src/pages/workbench/fwgl/serviceEdit.vue
View file @
661ba884
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
'
@/components/upload_file
'
import
uploadFile
from
'
@/components/
general/
upload_file
'
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
mapGetters
,
mapState
}
from
'
vuex
'
import
{
mapGetters
,
mapState
}
from
'
vuex
'
export
default
{
export
default
{
...
...
src/pages/workbench/fwzc_fwcs.vue
View file @
661ba884
...
@@ -350,10 +350,10 @@
...
@@ -350,10 +350,10 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
BlockRadius
from
"
@/components/block-radius
"
;
import
BlockRadius
from
"
@/components/
general/
block-radius
"
;
import
CesTable
from
"
@/components/table/table-um
"
;
import
CesTable
from
"
@/components/table/table-um
"
;
import
Codes
from
"
@/components/codes
"
;
import
Codes
from
"
@/components/
general/
codes
"
;
import
uploadFile
from
"
@/components/upload_file
"
;
import
uploadFile
from
"
@/components/
general/
upload_file
"
;
export
default
{
export
default
{
components
:
{
components
:
{
BlockRadius
,
BlockRadius
,
...
...
src/pages/workbench/yygl/app_detail.vue
View file @
661ba884
...
@@ -152,7 +152,7 @@ import infoList from "@/components/infoList";
...
@@ -152,7 +152,7 @@ import infoList from "@/components/infoList";
import
tableUm
from
"
@/components/table/table-um
"
;
import
tableUm
from
"
@/components/table/table-um
"
;
import
serviceHeader
from
"
@/components/service-header
"
;
import
serviceHeader
from
"
@/components/service-header
"
;
import
dialogAction
from
"
@/components/dialog-action
"
;
import
dialogAction
from
"
@/components/dialog-action
"
;
import
uploadFile
from
'
@/components/upload_file
'
import
uploadFile
from
'
@/components/
general/
upload_file
'
import
serviceTabComments
from
'
@/components/service-tabs/service-tab-comments
'
import
serviceTabComments
from
'
@/components/service-tabs/service-tab-comments
'
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
mapGetters
,
mapState
}
from
'
vuex
'
import
{
mapGetters
,
mapState
}
from
'
vuex
'
...
...
src/pages/workbench/yygl/app_edit.vue
View file @
661ba884
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
</
template
>
</
template
>
<
script
>
<
script
>
import
uploadFile
from
'
@/components/upload_file
'
import
uploadFile
from
'
@/components/
general/
upload_file
'
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
getRole
}
from
"
@/utils/common
"
;
import
{
mapGetters
,
mapState
}
from
'
vuex
'
import
{
mapGetters
,
mapState
}
from
'
vuex
'
export
default
{
export
default
{
...
...
src/pages/workbench/yygl/deploy_app_detail.vue
View file @
661ba884
This diff is collapsed.
Click to expand it.
src/pages/workbench/yygl/deployment.vue
View file @
661ba884
...
@@ -226,7 +226,7 @@
...
@@ -226,7 +226,7 @@
<
script
>
<
script
>
import
appBuildSteps
from
"
@/components/app-build-steps/app-build-steps
"
;
import
appBuildSteps
from
"
@/components/app-build-steps/app-build-steps
"
;
import
appBuildStep
from
"
@/components/app-build-steps/app-build-step
"
;
import
appBuildStep
from
"
@/components/app-build-steps/app-build-step
"
;
import
codes
from
"
@/components/codes
"
;
import
codes
from
"
@/components/
general/
codes
"
;
import
yaml
from
"
js-yaml
"
;
import
yaml
from
"
js-yaml
"
;
var
checkNumber
=
(
rule
,
value
,
callback
)
=>
{
var
checkNumber
=
(
rule
,
value
,
callback
)
=>
{
if
(
!
value
)
{
if
(
!
value
)
{
...
...
src/pages/workbench/yygl/yyglList.vue
View file @
661ba884
This diff is collapsed.
Click to expand it.
src/request/api/workbench.js
View file @
661ba884
...
@@ -18,6 +18,15 @@ const workbench = {
...
@@ -18,6 +18,15 @@ const workbench = {
getServiceTypeList
()
{
getServiceTypeList
()
{
return
axios
.
get
(
`/apaas/service/v3/service/manager/servtype`
)
return
axios
.
get
(
`/apaas/service/v3/service/manager/servtype`
)
},
},
// get application introduction
getAppIntroduction
(
params
)
{
return
axios
.
get
(
`/apaas/hubApi/market/app/detail/
${
params
.
app_id
}
?deploy_id=
${
params
.
deploy_id
}
`
)
},
// get application params
getAppParams
(
params
)
{
return
axios
.
get
(
`/apaas/hubApi/market/values/
${
params
.
app_id
}
`
)
},
}
}
export
default
workbench
;
export
default
workbench
;
src/router/index.js
View file @
661ba884
...
@@ -92,7 +92,7 @@ export default new Router({
...
@@ -92,7 +92,7 @@ export default new Router({
component
:
()
=>
import
(
"
@/pages/workbench/yygl/app_edit
"
),
component
:
()
=>
import
(
"
@/pages/workbench/yygl/app_edit
"
),
},
},
{
{
path
:
"
/yygl/:level/:type/deploydetail/:id
"
,
// 我部署的应用详情
path
:
"
/yygl/:level/:type/deploydetail/:
app_id/:deploy_
id
"
,
// 我部署的应用详情
name
:
"
deploy_app_detail
"
,
name
:
"
deploy_app_detail
"
,
component
:
()
=>
component
:
()
=>
import
(
"
@/pages/workbench/yygl/deploy_app_detail
"
),
import
(
"
@/pages/workbench/yygl/deploy_app_detail
"
),
...
...
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