Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
open-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
API
open-platform
Commits
47b1aab1
Commit
47b1aab1
authored
Sep 11, 2019
by
无尘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 增加文档中心接口
parent
9a1a6c39
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
7 deletions
+8
-7
index.html
dist/index.html
+2
-2
app.a53f3f59967bac8dfe3bf1bcdc26c39f.css
dist/static/css/app.a53f3f59967bac8dfe3bf1bcdc26c39f.css
+0
-0
5.4b9430eff5a067ce09d0.js
dist/static/js/5.4b9430eff5a067ce09d0.js
+2
-0
5.7f078713325b19d220a1.js
dist/static/js/5.7f078713325b19d220a1.js
+0
-2
manifest.32d152ed448f1e61fe3c.js
dist/static/js/manifest.32d152ed448f1e61fe3c.js
+2
-2
open-doc-header.vue
src/components/open-doc-header.vue
+1
-1
open-doc-right.vue
src/components/open-doc-right.vue
+1
-0
No files found.
dist/index.html
View file @
47b1aab1
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
达摩开放平台
</title><link
href=
./static/css/app.348bb9ab7bf80787d9cdc2d3b8ac3cfc.css
rel=
stylesheet
></head><body
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.5f526214ab478f999de3.js
></script><script
type=
text/javascript
src=
./static/js/vendor.2b107cdd6cec563c6dab.js
></script><script
type=
text/javascript
src=
./static/js/app.1129bfcdd6c254304c01.js
></script></body></html>
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><link
rel=
"shortcut icon"
href=
./favicon.ico
><title>
达摩开放平台
</title><link
href=
./static/css/app.a53f3f59967bac8dfe3bf1bcdc26c39f.css
rel=
stylesheet
></head><body
class=
damolish
><div
id=
app
></div><script
src=
//web-1251519181.file.myqcloud.com/lib/vue/2.6.6/vue.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vue-router/3.0.2/vue-router.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/lib/vuex/3.1.0/vuex.min.js
></script><script
src=
//web-1251519181.file.myqcloud.com/components/img-preview.2.0.00.js
></script><script>
// Raven.config('https://3715a345910d4c768e7a1ec14619c2d5@sentry.io/1413672').install();
</script><script
type=
text/javascript
src=
./static/js/manifest.32d152ed448f1e61fe3c.js
></script><script
type=
text/javascript
src=
./static/js/vendor.2b107cdd6cec563c6dab.js
></script><script
type=
text/javascript
src=
./static/js/app.1129bfcdd6c254304c01.js
></script></body></html>
\ No newline at end of file
\ No newline at end of file
dist/static/css/app.
348bb9ab7bf80787d9cdc2d3b8ac3cfc
.css
→
dist/static/css/app.
a53f3f59967bac8dfe3bf1bcdc26c39f
.css
View file @
47b1aab1
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/static/js/5.4b9430eff5a067ce09d0.js
0 → 100644
View file @
47b1aab1
webpackJsonp
([
5
],{
"0cd1"
:
function
(
e
,
n
){},
"9Z3f"
:
function
(
e
,
n
){},
LiFf
:
function
(
e
,
n
){},
UYHc
:
function
(
e
,
n
,
t
){
"use strict"
;
Object
.
defineProperty
(
n
,
"__esModule"
,{
value
:
!
0
});
var
a
=
{
name
:
"vue-open-header"
,
props
:{
currentTab
:{
type
:[
String
,
Number
],
default
:
function
(){
return
"2"
}}},
data
:
function
(){
return
{
openMenuData
:[{
menuId
:
"2"
,
menuName
:
"开发者接入"
,
menuUrl
:
""
},{
menuId
:
"1"
,
menuName
:
"解决方案"
,
menuUrl
:
""
}],
searchValue
:
""
}},
methods
:{
toRedirect
:
function
(
e
){
this
.
$emit
(
"changeTab"
,
e
.
menuId
)},
toHome
:
function
(){
this
.
$router
.
push
(
"/home"
)}},
watch
:{
$route
:{
handler
:
function
(
e
,
n
){},
deep
:
!
0
}},
mounted
:
function
(){
this
.
pathName
=
this
.
$route
.
path
}},
c
=
{
render
:
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
n
;
return
a
(
"div"
,{
staticClass
:
"open-header"
},[
a
(
"div"
,{
staticClass
:
"open-header-wrap border-box flex "
},[
a
(
"div"
,{
staticClass
:
"open-header-left"
,
on
:{
click
:
e
.
toHome
}},[
a
(
"img"
,{
attrs
:{
src
:
t
(
"h1R5"
),
alt
:
""
}})]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"open-header-right border-box"
},[
a
(
"div"
,{
staticClass
:
"open-header-right_wrap flex flex-space-between"
},[
a
(
"ul"
,{
staticClass
:
"flex"
},
e
.
_l
(
e
.
openMenuData
,
function
(
n
,
t
){
return
a
(
"li"
,{
key
:
t
+
"menu"
,
class
:[
"menu-li border-box"
,
e
.
currentTab
==
n
.
menuId
?
"active-tab"
:
""
],
on
:{
click
:
function
(
t
){
t
.
stopPropagation
(),
t
.
preventDefault
(),
e
.
toRedirect
(
n
)}}},[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
n
.
menuName
))])])})),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"search-wrap"
},[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入搜索内容"
,
"prefix-icon"
:
"el-icon-search"
},
model
:{
value
:
e
.
searchValue
,
callback
:
function
(
n
){
e
.
searchValue
=
n
},
expression
:
"searchValue"
}})],
1
)])])])])},
staticRenderFns
:[]};
var
i
=
t
(
"VU/8"
)(
a
,
c
,
!
1
,
function
(
e
){
t
(
"jzs1"
)},
"data-v-fe882c72"
,
null
).
exports
,
r
=
t
(
"P9l9"
),
l
=
t
(
"LlAa"
),
s
=
{
props
:{
currentTab
:{
type
:[
String
,
Number
],
default
:
function
(){
return
"2"
}}},
data
:
function
(){
return
{
parentId
:
this
.
currentTab
,
activeId
:
""
,
menuData
:[{
level
:
1
,
memo
:
"嗷呜"
,
menuId
:
"44498258223366144"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
,
children
:[{
level
:
2
,
memo
:
"嗷呜"
,
menuId
:
"444982582233661446"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
,
children
:[{
level
:
3
,
memo
:
"嗷呜"
,
menuId
:
"4449825822336614646"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
}]}]},{
level
:
1
,
memo
:
"嗷呜"
,
menuId
:
"111825822336614646"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
}]}},
methods
:{
changeMenu
:
function
(
e
){
this
.
activeId
=
e
.
menuId
,
e
.
children
&&
e
.
children
.
length
&&
(
e
.
expanded
=!
e
.
expanded
),
this
.
$emit
(
"changeDoc"
,
this
.
activeId
)},
getMenuData
:
function
(
e
){
var
n
,
t
=
this
;(
n
=
{
parentId
:
e
},
Object
(
r
.
a
)(
"/open-platform-home-web/tree-menu"
,
n
)).
then
(
function
(
e
){
var
n
=
e
.
data
;
if
(
"0000"
==
n
.
code
)
return
n
.
result
&&
n
.
result
.
length
&&
n
.
result
.
forEach
(
function
(
e
){
e
.
expanded
=!
1
,
e
.
children
=
[]}),
void
(
t
.
menuData
=
n
.
result
||
[]);
l
.
a
.
errorMsg
(
n
)}).
catch
(
function
(
e
){
t
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
watch
:{
currentTab
:
function
(
e
,
n
){
this
.
parentId
=
e
,
this
.
getMenuData
(
e
)}},
mounted
:
function
(){
this
.
parentId
=
this
.
currentTab
,
this
.
getMenuData
(
this
.
parentId
)}},
o
=
{
render
:
function
(){
var
e
=
this
,
n
=
e
.
$createElement
,
t
=
e
.
_self
.
_c
||
n
;
return
t
(
"div"
,{
staticClass
:
"document-left-body border-box"
},[
t
(
"ul"
,{
staticClass
:
"document-ul"
},[
e
.
_l
(
e
.
menuData
,
function
(
n
,
a
){
return
[
t
(
"li"
,{
key
:
a
+
"level1"
},[
t
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
n
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
t
){
e
.
changeMenu
(
n
)}}},[
t
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
n
.
menuName
))]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
t
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
n
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
e
.
_e
():
t
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
&&
n
.
expanded
?
t
(
"ul"
,[
e
.
_l
(
n
.
children
,
function
(
n
,
a
){
return
[
t
(
"li"
,{
key
:
a
+
"level1"
},[
t
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
n
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
t
){
e
.
changeMenu
(
n
)}}},[
t
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
n
.
menuName
))]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
t
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
n
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
e
.
_e
():
t
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
&&
n
.
expanded
?
t
(
"ul"
,[
e
.
_l
(
n
.
children
,
function
(
n
,
a
){
return
[
t
(
"li"
,{
key
:
a
+
"level1"
},[
t
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
n
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
t
){
e
.
changeMenu
(
n
)}}},[
t
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
n
.
menuName
))]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
t
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
n
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
?
e
.
_e
():
t
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
n
.
children
&&
n
.
children
.
length
&&
n
.
expanded
?
t
(
"ul"
,[
e
.
_l
(
n
.
children
,
function
(
n
,
a
){
return
[
t
(
"li"
,{
key
:
a
+
"level1"
},[
t
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
n
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
t
){
e
.
changeMenu
(
n
)}}},[
t
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
n
.
menuName
))]),
e
.
_v
(
" "
),
t
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})])])]})],
2
):
e
.
_e
()])]})],
2
):
e
.
_e
()])]})],
2
):
e
.
_e
()])]})],
2
)])},
staticRenderFns
:[]};
var
u
=
t
(
"VU/8"
)(
s
,
o
,
!
1
,
function
(
e
){
t
(
"9Z3f"
)},
"data-v-7a7108b0"
,
null
).
exports
,
d
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
n
=
this
.
_self
.
_c
||
e
;
return
n
(
"div"
,{
staticClass
:
"home-footer-content"
},[
n
(
"div"
,{
staticClass
:
"home-site-footer"
},[
n
(
"p"
,[
this
.
_v
(
"Copyright © "
+
this
.
_s
((
new
Date
).
getFullYear
())
+
" 浙江达摩网络科技有限公司 | 浙ICP备15033117号-1"
)])])])},
staticRenderFns
:[]};
var
h
=
{
components
:{
openDocFooter
:
t
(
"VU/8"
)({
name
:
"index"
,
data
:
function
(){
return
{}}},
d
,
!
1
,
function
(
e
){
t
(
"0cd1"
)},
"data-v-7bbea458"
,
null
).
exports
}},
p
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
n
=
this
.
_self
.
_c
||
e
;
return
n
(
"div"
,{
staticClass
:
"document-right"
},[
n
(
"div"
,{
staticClass
:
"document-right-body border-box"
}),
this
.
_v
(
" "
),
n
(
"open-doc-footer"
)],
1
)},
staticRenderFns
:[]};
var
m
=
{
components
:{
openDocHeader
:
i
,
openDocLeft
:
u
,
openDocRight
:
t
(
"VU/8"
)(
h
,
p
,
!
1
,
function
(
e
){
t
(
"LiFf"
)},
"data-v-635be96b"
,
null
).
exports
},
data
:
function
(){
return
{
currentTab
:
"2"
,
currentDoc
:
""
}},
methods
:{
changeTab
:
function
(
e
){
this
.
currentTab
=
e
}},
mounted
:
function
(){
this
.
currentTab
=
this
.
$route
.
query
.
currentTab
||
"2"
}},
f
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
n
=
this
.
_self
.
_c
||
e
;
return
n
(
"div"
,{
staticClass
:
"document-center"
},[
n
(
"open-doc-header"
,{
attrs
:{
currentTab
:
this
.
currentTab
},
on
:{
changeTab
:
this
.
changeTab
}}),
this
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"document-center-body"
},[
n
(
"div"
,{
staticClass
:
"document-center-body_wrap flex"
},[
n
(
"div"
,{
staticClass
:
"document-center-left border-box"
},[
n
(
"open-doc-left"
,{
attrs
:{
currentTab
:
this
.
currentTab
}})],
1
),
this
.
_v
(
" "
),
n
(
"div"
,{
staticClass
:
"document-center-right"
},[
n
(
"open-doc-right"
,{
attrs
:{
currentDoc
:
this
.
currentDoc
}})],
1
)])])],
1
)},
staticRenderFns
:[]};
var
v
=
t
(
"VU/8"
)(
m
,
f
,
!
1
,
function
(
e
){
t
(
"Yp+w"
)},
"data-v-a4c07eac"
,
null
);
n
.
default
=
v
.
exports
},
"Yp+w"
:
function
(
e
,
n
){},
h1R5
:
function
(
e
,
n
){
e
.
exports
=
"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAAjCAYAAAAueWA9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODBGOUUxQUJCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODBGOUUxQUNCREFEMTFFOUFCOUNEQjdFNTVDQjYxRkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MEY5RTFBOUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MEY5RTFBQUJEQUQxMUU5QUI5Q0RCN0U1NUNCNjFGRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuzIIYwAABCFSURBVHja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"
},
jzs1
:
function
(
e
,
n
){}});
\ No newline at end of file
dist/static/js/5.7f078713325b19d220a1.js
deleted
100644 → 0
View file @
9a1a6c39
webpackJsonp
([
5
],{
"/FCF"
:
function
(
e
,
t
){},
"0cd1"
:
function
(
e
,
t
){},
"9Z3f"
:
function
(
e
,
t
){},
TFh4
:
function
(
e
,
t
){},
UYHc
:
function
(
e
,
t
,
n
){
"use strict"
;
Object
.
defineProperty
(
t
,
"__esModule"
,{
value
:
!
0
});
var
a
=
{
name
:
"vue-open-header"
,
props
:{
currentTab
:{
type
:[
String
,
Number
],
default
:
function
(){
return
"2"
}}},
data
:
function
(){
return
{
openMenuData
:[{
menuId
:
"2"
,
menuName
:
"开发者接入"
,
menuUrl
:
""
},{
menuId
:
"1"
,
menuName
:
"解决方案"
,
menuUrl
:
""
}],
searchValue
:
""
}},
methods
:{
toRedirect
:
function
(
e
){
this
.
$emit
(
"changeTab"
,
e
.
menuId
)},
toHome
:
function
(){
this
.
$router
.
push
(
"/home"
)}},
watch
:{
$route
:{
handler
:
function
(
e
,
t
){},
deep
:
!
0
}},
mounted
:
function
(){
this
.
pathName
=
this
.
$route
.
path
}},
r
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
a
=
e
.
_self
.
_c
||
t
;
return
a
(
"div"
,{
staticClass
:
"open-header"
},[
a
(
"div"
,{
staticClass
:
"open-header-wrap border-box flex "
},[
a
(
"div"
,{
staticClass
:
"open-header-left"
,
on
:{
click
:
e
.
toHome
}},[
a
(
"img"
,{
attrs
:{
src
:
n
(
"QFhU"
),
alt
:
""
}})]),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"open-header-right border-box"
},[
a
(
"div"
,{
staticClass
:
"open-header-right_wrap flex flex-space-between"
},[
a
(
"ul"
,{
staticClass
:
"flex"
},
e
.
_l
(
e
.
openMenuData
,
function
(
t
,
n
){
return
a
(
"li"
,{
key
:
n
+
"menu"
,
class
:[
"menu-li border-box"
,
e
.
currentTab
==
t
.
menuId
?
"active-tab"
:
""
],
on
:{
click
:
function
(
n
){
n
.
stopPropagation
(),
n
.
preventDefault
(),
e
.
toRedirect
(
t
)}}},[
a
(
"span"
,[
e
.
_v
(
e
.
_s
(
t
.
menuName
))])])})),
e
.
_v
(
" "
),
a
(
"div"
,{
staticClass
:
"search-wrap"
},[
a
(
"el-input"
,{
attrs
:{
placeholder
:
"请输入搜索内容"
,
"prefix-icon"
:
"el-icon-search"
},
model
:{
value
:
e
.
searchValue
,
callback
:
function
(
t
){
e
.
searchValue
=
t
},
expression
:
"searchValue"
}})],
1
)])])])])},
staticRenderFns
:[]};
var
c
=
n
(
"VU/8"
)(
a
,
r
,
!
1
,
function
(
e
){
n
(
"TFh4"
)},
"data-v-47fd4ede"
,
null
).
exports
,
i
=
n
(
"P9l9"
),
l
=
n
(
"LlAa"
),
o
=
{
props
:{
currentTab
:{
type
:[
String
,
Number
],
default
:
function
(){
return
"2"
}}},
data
:
function
(){
return
{
parentId
:
this
.
currentTab
,
activeId
:
""
,
menuData
:[{
level
:
1
,
memo
:
"嗷呜"
,
menuId
:
"44498258223366144"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
,
children
:[{
level
:
2
,
memo
:
"嗷呜"
,
menuId
:
"444982582233661446"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
,
children
:[{
level
:
3
,
memo
:
"嗷呜"
,
menuId
:
"4449825822336614646"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
}]}]},{
level
:
1
,
memo
:
"嗷呜"
,
menuId
:
"111825822336614646"
,
menuName
:
"第四个关联了api128"
,
operator
:
"10"
,
operatorName
:
"蘑菇"
,
parentId
:
"1"
,
relationData
:
""
,
seq
:
0
,
subType
:
1
,
updateFlag
:
1
,
expanded
:
!
1
}]}},
methods
:{
changeMenu
:
function
(
e
){
this
.
activeId
=
e
.
menuId
,
e
.
children
&&
e
.
children
.
length
&&
(
e
.
expanded
=!
e
.
expanded
),
this
.
$emit
(
"changeDoc"
,
this
.
activeId
)},
getMenuData
:
function
(
e
){
var
t
,
n
=
this
;(
t
=
{
parentId
:
e
},
Object
(
i
.
a
)(
"/open-platform-home-web/tree-menu"
,
t
)).
then
(
function
(
e
){
var
t
=
e
.
data
;
if
(
"0000"
==
t
.
code
)
return
t
.
result
&&
t
.
result
.
length
&&
t
.
result
.
forEach
(
function
(
e
){
e
.
expanded
=!
1
,
e
.
children
=
[]}),
void
(
n
.
menuData
=
t
.
result
||
[]);
l
.
a
.
errorMsg
(
t
)}).
catch
(
function
(
e
){
n
.
$message
.
error
({
duration
:
1
e3
,
message
:
e
.
message
})})}},
watch
:{
currentTab
:
function
(
e
,
t
){
this
.
parentId
=
e
,
this
.
getMenuData
(
e
)}},
mounted
:
function
(){
this
.
parentId
=
this
.
currentTab
,
this
.
getMenuData
(
this
.
parentId
)}},
s
=
{
render
:
function
(){
var
e
=
this
,
t
=
e
.
$createElement
,
n
=
e
.
_self
.
_c
||
t
;
return
n
(
"div"
,{
staticClass
:
"document-left-body border-box"
},[
n
(
"ul"
,{
staticClass
:
"document-ul"
},[
e
.
_l
(
e
.
menuData
,
function
(
t
,
a
){
return
[
n
(
"li"
,{
key
:
a
+
"level1"
},[
n
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
t
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
n
){
e
.
changeMenu
(
t
)}}},[
n
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
t
.
menuName
))]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
n
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
t
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
e
.
_e
():
n
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
&&
t
.
expanded
?
n
(
"ul"
,[
e
.
_l
(
t
.
children
,
function
(
t
,
a
){
return
[
n
(
"li"
,{
key
:
a
+
"level1"
},[
n
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
t
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
n
){
e
.
changeMenu
(
t
)}}},[
n
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
t
.
menuName
))]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
n
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
t
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
e
.
_e
():
n
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
&&
t
.
expanded
?
n
(
"ul"
,[
e
.
_l
(
t
.
children
,
function
(
t
,
a
){
return
[
n
(
"li"
,{
key
:
a
+
"level1"
},[
n
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
t
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
n
){
e
.
changeMenu
(
t
)}}},[
n
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
t
.
menuName
))]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
n
(
"span"
,{
class
:[
"li-cell-icon font_family icon-arrow_right"
,
t
.
expanded
?
"rotate-icon"
:
""
]}):
e
.
_e
(),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
?
e
.
_e
():
n
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})]),
e
.
_v
(
" "
),
t
.
children
&&
t
.
children
.
length
&&
t
.
expanded
?
n
(
"ul"
,[
e
.
_l
(
t
.
children
,
function
(
t
,
a
){
return
[
n
(
"li"
,{
key
:
a
+
"level1"
},[
n
(
"div"
,{
class
:[
"li-cell flex flex-space-between"
,
e
.
activeId
==
t
.
menuId
?
"active-menu"
:
""
],
on
:{
click
:
function
(
n
){
e
.
changeMenu
(
t
)}}},[
n
(
"span"
,{
staticClass
:
"li-cell-name"
},[
e
.
_v
(
e
.
_s
(
t
.
menuName
))]),
e
.
_v
(
" "
),
n
(
"span"
,{
staticClass
:
"li-cell-icon icon-round"
})])])]})],
2
):
e
.
_e
()])]})],
2
):
e
.
_e
()])]})],
2
):
e
.
_e
()])]})],
2
)])},
staticRenderFns
:[]};
var
u
=
n
(
"VU/8"
)(
o
,
s
,
!
1
,
function
(
e
){
n
(
"9Z3f"
)},
"data-v-7a7108b0"
,
null
).
exports
,
d
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"home-footer-content"
},[
t
(
"div"
,{
staticClass
:
"home-site-footer"
},[
t
(
"p"
,[
this
.
_v
(
"Copyright © "
+
this
.
_s
((
new
Date
).
getFullYear
())
+
" 浙江达摩网络科技有限公司 | 浙ICP备15033117号-1"
)])])])},
staticRenderFns
:[]};
var
h
=
{
components
:{
openDocFooter
:
n
(
"VU/8"
)({
name
:
"index"
,
data
:
function
(){
return
{}}},
d
,
!
1
,
function
(
e
){
n
(
"0cd1"
)},
"data-v-7bbea458"
,
null
).
exports
}},
p
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"document-right"
},[
t
(
"div"
,{
staticClass
:
"document-right-body border-box"
}),
this
.
_v
(
" "
),
t
(
"open-doc-footer"
)],
1
)},
staticRenderFns
:[]};
var
m
=
{
components
:{
openDocHeader
:
c
,
openDocLeft
:
u
,
openDocRight
:
n
(
"VU/8"
)(
h
,
p
,
!
1
,
function
(
e
){
n
(
"/FCF"
)},
"data-v-10c24b87"
,
null
).
exports
},
data
:
function
(){
return
{
currentTab
:
"2"
,
currentDoc
:
""
}},
methods
:{
changeTab
:
function
(
e
){
this
.
currentTab
=
e
}},
mounted
:
function
(){
this
.
currentTab
=
this
.
$route
.
query
.
currentTab
||
"2"
}},
f
=
{
render
:
function
(){
var
e
=
this
.
$createElement
,
t
=
this
.
_self
.
_c
||
e
;
return
t
(
"div"
,{
staticClass
:
"document-center"
},[
t
(
"open-doc-header"
,{
attrs
:{
currentTab
:
this
.
currentTab
},
on
:{
changeTab
:
this
.
changeTab
}}),
this
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"document-center-body"
},[
t
(
"div"
,{
staticClass
:
"document-center-body_wrap flex"
},[
t
(
"div"
,{
staticClass
:
"document-center-left border-box"
},[
t
(
"open-doc-left"
,{
attrs
:{
currentTab
:
this
.
currentTab
}})],
1
),
this
.
_v
(
" "
),
t
(
"div"
,{
staticClass
:
"document-center-right"
},[
t
(
"open-doc-right"
,{
attrs
:{
currentDoc
:
this
.
currentDoc
}})],
1
)])])],
1
)},
staticRenderFns
:[]};
var
v
=
n
(
"VU/8"
)(
m
,
f
,
!
1
,
function
(
e
){
n
(
"Yp+w"
)},
"data-v-a4c07eac"
,
null
);
t
.
default
=
v
.
exports
},
"Yp+w"
:
function
(
e
,
t
){}});
\ No newline at end of file
dist/static/js/manifest.
5f526214ab478f999de3
.js
→
dist/static/js/manifest.
32d152ed448f1e61fe3c
.js
View file @
47b1aab1
!
function
(
e
){
var
n
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
r
,
a
,
c
){
for
(
var
f
,
i
,
u
,
d
=
0
,
s
=
[];
d
<
r
.
length
;
d
++
)
i
=
r
[
d
],
t
[
i
]
&&
s
.
push
(
t
[
i
][
0
]),
t
[
i
]
=
0
;
for
(
f
in
a
)
Object
.
prototype
.
hasOwnProperty
.
call
(
a
,
f
)
&&
(
e
[
f
]
=
a
[
f
]);
for
(
n
&&
n
(
r
,
a
,
c
);
s
.
length
;)
s
.
shift
()();
if
(
c
)
for
(
d
=
0
;
d
<
c
.
length
;
d
++
)
u
=
o
(
o
.
s
=
c
[
d
]);
return
u
};
var
r
=
{},
t
=
{
13
:
0
};
function
o
(
n
){
if
(
r
[
n
])
return
r
[
n
].
exports
;
var
t
=
r
[
n
]
=
{
i
:
n
,
l
:
!
1
,
exports
:{}};
return
e
[
n
].
call
(
t
.
exports
,
t
,
t
.
exports
,
o
),
t
.
l
=!
0
,
t
.
exports
}
o
.
e
=
function
(
e
){
var
n
=
t
[
e
];
if
(
0
===
n
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
n
)
return
n
[
2
];
var
r
=
new
Promise
(
function
(
r
,
o
){
n
=
t
[
e
]
=
[
r
,
o
]});
n
[
2
]
=
r
;
var
a
=
document
.
getElementsByTagName
(
"head"
)[
0
],
c
=
document
.
createElement
(
"script"
);
c
.
type
=
"text/javascript"
,
c
.
charset
=
"utf-8"
,
c
.
async
=!
0
,
c
.
timeout
=
12
e4
,
o
.
nc
&&
c
.
setAttribute
(
"nonce"
,
o
.
nc
),
c
.
src
=
o
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"dc5820857959176b1da4"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"78f59f0e37cbd9544576"
,
3
:
"953747746c3caf71cd86"
,
4
:
"2ff0ba051a42a51dbec4"
,
5
:
"7f078713325b19d220a1"
,
6
:
"4a571dddcc1a56031102"
,
7
:
"3b027583d4af17e36af0"
,
8
:
"5e787f5eb2f4bd7cfb7b"
,
9
:
"9caad4c0ba5b8b4813ee"
,
10
:
"63807a09986add449f8a"
}[
e
]
+
".js"
;
var
f
=
setTimeout
(
i
,
12
e4
);
function
i
(){
c
.
onerror
=
c
.
onload
=
null
,
clearTimeout
(
f
);
var
n
=
t
[
e
];
0
!==
n
&&
(
n
&&
n
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
t
[
e
]
=
void
0
)}
return
c
.
onerror
=
c
.
onload
=
i
,
a
.
appendChild
(
c
),
r
},
o
.
m
=
e
,
o
.
c
=
r
,
o
.
d
=
function
(
e
,
n
,
r
){
o
.
o
(
e
,
n
)
||
Object
.
defineProperty
(
e
,
n
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
r
})},
o
.
n
=
function
(
e
){
var
n
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
o
.
d
(
n
,
"a"
,
n
),
n
},
o
.
o
=
function
(
e
,
n
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
n
)},
o
.
p
=
"./"
,
o
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
!
function
(
e
){
var
n
=
window
.
webpackJsonp
;
window
.
webpackJsonp
=
function
(
r
,
a
,
c
){
for
(
var
f
,
i
,
u
,
d
=
0
,
s
=
[];
d
<
r
.
length
;
d
++
)
i
=
r
[
d
],
t
[
i
]
&&
s
.
push
(
t
[
i
][
0
]),
t
[
i
]
=
0
;
for
(
f
in
a
)
Object
.
prototype
.
hasOwnProperty
.
call
(
a
,
f
)
&&
(
e
[
f
]
=
a
[
f
]);
for
(
n
&&
n
(
r
,
a
,
c
);
s
.
length
;)
s
.
shift
()();
if
(
c
)
for
(
d
=
0
;
d
<
c
.
length
;
d
++
)
u
=
o
(
o
.
s
=
c
[
d
]);
return
u
};
var
r
=
{},
t
=
{
13
:
0
};
function
o
(
n
){
if
(
r
[
n
])
return
r
[
n
].
exports
;
var
t
=
r
[
n
]
=
{
i
:
n
,
l
:
!
1
,
exports
:{}};
return
e
[
n
].
call
(
t
.
exports
,
t
,
t
.
exports
,
o
),
t
.
l
=!
0
,
t
.
exports
}
o
.
e
=
function
(
e
){
var
n
=
t
[
e
];
if
(
0
===
n
)
return
new
Promise
(
function
(
e
){
e
()});
if
(
n
)
return
n
[
2
];
var
r
=
new
Promise
(
function
(
r
,
o
){
n
=
t
[
e
]
=
[
r
,
o
]});
n
[
2
]
=
r
;
var
a
=
document
.
getElementsByTagName
(
"head"
)[
0
],
c
=
document
.
createElement
(
"script"
);
c
.
type
=
"text/javascript"
,
c
.
charset
=
"utf-8"
,
c
.
async
=!
0
,
c
.
timeout
=
12
e4
,
o
.
nc
&&
c
.
setAttribute
(
"nonce"
,
o
.
nc
),
c
.
src
=
o
.
p
+
"static/js/"
+
e
+
"."
+
{
0
:
"dc5820857959176b1da4"
,
1
:
"0ebe3ead93207dc78a78"
,
2
:
"78f59f0e37cbd9544576"
,
3
:
"953747746c3caf71cd86"
,
4
:
"2ff0ba051a42a51dbec4"
,
5
:
"4b9430eff5a067ce09d0"
,
6
:
"4a571dddcc1a56031102"
,
7
:
"3b027583d4af17e36af0"
,
8
:
"5e787f5eb2f4bd7cfb7b"
,
9
:
"9caad4c0ba5b8b4813ee"
,
10
:
"63807a09986add449f8a"
}[
e
]
+
".js"
;
var
f
=
setTimeout
(
i
,
12
e4
);
function
i
(){
c
.
onerror
=
c
.
onload
=
null
,
clearTimeout
(
f
);
var
n
=
t
[
e
];
0
!==
n
&&
(
n
&&
n
[
1
](
new
Error
(
"Loading chunk "
+
e
+
" failed."
)),
t
[
e
]
=
void
0
)}
return
c
.
onerror
=
c
.
onload
=
i
,
a
.
appendChild
(
c
),
r
},
o
.
m
=
e
,
o
.
c
=
r
,
o
.
d
=
function
(
e
,
n
,
r
){
o
.
o
(
e
,
n
)
||
Object
.
defineProperty
(
e
,
n
,{
configurable
:
!
1
,
enumerable
:
!
0
,
get
:
r
})},
o
.
n
=
function
(
e
){
var
n
=
e
&&
e
.
__esModule
?
function
(){
return
e
.
default
}:
function
(){
return
e
};
return
o
.
d
(
n
,
"a"
,
n
),
n
},
o
.
o
=
function
(
e
,
n
){
return
Object
.
prototype
.
hasOwnProperty
.
call
(
e
,
n
)},
o
.
p
=
"./"
,
o
.
oe
=
function
(
e
){
throw
console
.
error
(
e
),
e
}}([]);
\ No newline at end of file
\ No newline at end of file
src/components/open-doc-header.vue
View file @
47b1aab1
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<
template
>
<
template
>
<div
class=
"open-header"
>
<div
class=
"open-header"
>
<div
class=
"open-header-wrap border-box flex "
>
<div
class=
"open-header-wrap border-box flex "
>
<div
class=
"open-header-left"
@
click=
"toHome"
><img
src=
"../assets/
logo_01
.png"
alt=
""
/></div>
<div
class=
"open-header-left"
@
click=
"toHome"
><img
src=
"../assets/
document/logo
.png"
alt=
""
/></div>
<div
class=
"open-header-right border-box"
>
<div
class=
"open-header-right border-box"
>
<div
class=
"open-header-right_wrap flex flex-space-between"
>
<div
class=
"open-header-right_wrap flex flex-space-between"
>
<ul
class=
"flex"
>
<ul
class=
"flex"
>
...
...
src/components/open-doc-right.vue
View file @
47b1aab1
...
@@ -18,6 +18,7 @@ export default {
...
@@ -18,6 +18,7 @@ export default {
.document-right-body
{
.document-right-body
{
width
:
900px
;
width
:
900px
;
margin
:
0
auto
;
margin
:
0
auto
;
min-height
:
calc
(
100vh
-
118px
;
);
min-height
:
calc
(
100vh
-
118px
;
);
}
}
}
}
...
...
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