|
|
@@ -1,7 +1,7 @@
|
|
|
function getHeaderJson() {
|
|
|
let headerJson = {
|
|
|
"type": "page",
|
|
|
- // "initApi": "http://localhost:8081/page/menu",
|
|
|
+ "initApi": "http://localhost:8081/api/userInfo",
|
|
|
"body": [
|
|
|
{
|
|
|
"type": "flex",
|
|
|
@@ -61,7 +61,7 @@ function getHeaderJson() {
|
|
|
},
|
|
|
{
|
|
|
"type": "dropdown-button",
|
|
|
- "label": "名字e",
|
|
|
+ "label": "$userName",
|
|
|
"className": "header-menu",
|
|
|
"buttons": [
|
|
|
{
|