格式化json
parent
892154248a
commit
e880a1605a
|
|
@ -1,14 +1,23 @@
|
|||
[{
|
||||
"title": "江西"
|
||||
,"children": [{
|
||||
"title": "南昌"
|
||||
,"children": [{
|
||||
"title": "高新区"
|
||||
}]
|
||||
}]
|
||||
},{
|
||||
"title": "陕西"
|
||||
,"children": [{
|
||||
"title": "西安"
|
||||
}]
|
||||
}]
|
||||
[
|
||||
{
|
||||
"title": "江西",
|
||||
"children": [
|
||||
{
|
||||
"title": "南昌",
|
||||
"children": [
|
||||
{
|
||||
"title": "高新区"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "陕西",
|
||||
"children": [
|
||||
{
|
||||
"title": "西安"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
<title>添加角色</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<link rel="stylesheet" href="../../css/okadmin.css">
|
||||
<link rel="stylesheet" href="../../lib/zTree_v3/css/zTreeStyle/zTreeStyle.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="ok-body">
|
||||
|
|
|
|||
Loading…
Reference in New Issue