微信服务号登录 界面调试

master
3y 3 years ago
parent bb595936f9
commit d00dd79268

@ -56,7 +56,7 @@
type: 'tpl',
inline: false,
className: 'w-full',
tpl: '<div class="flex justify-between"><div></div><div><a href="http://github.com/ZhongFuCheng3y/austin">帮助手册</a></div></div>'
tpl: '<div class="flex justify-between"><div></div><div><img id="user_avatar" src="/public/user_avatar.png" width="50px" height="50px"></div></div>'
},
// footer: '<div class="p-2 text-center bg-light">底部区域</div>',
// asideBefore: '<div class="p-2 text-center">菜单前面区域</div>',

@ -186,7 +186,7 @@
"affixFooter": true,
"panelClassName": "Panel--default",
"bodyClassName": "text-lg",
"redirect": "/crud/account/list?page=1",
"redirect": "/account/list?page=1",
"api": {
"url": "${ls:backend_url}/account/save",
"method": "post",

@ -4,9 +4,14 @@
"body": [
{
"type": "crud",
"api": "${ls:backend_url}/messageTemplate/list?page=1&perPage=10",
"api": "${ls:backend_url}/messageTemplate/list?page=${page}&perPage=${perPage}",
"bodyClassName": "panel-default",
"syncLocation": false,
"name": "sample",
"footerToolbar": [
"switch-per-page",
"pagination"
],
"filter": {
"title": "",
"mode": "inline",

@ -8,12 +8,27 @@
"url": "/",
"redirect": "/crud/list"
},
{
"label": "用户登录",
"children": [
{
"label": "用户登录",
"icon": "fa fa-cube",
"children": [
{
"url": "/user/login",
"label": "用户登录",
"schemaApi": "get:/pages/user-login.json"
}
]
}
]
},
{
"label": "模板管理",
"children": [
{
"label": "消息模板管理",
"url": "/crud",
"icon": "fa fa-cube",
"children": [
{
@ -45,7 +60,6 @@
"children": [
{
"label": "全链路追踪",
"url": "/crud",
"icon": "fa fa-cube",
"children": [
{
@ -72,8 +86,6 @@
"children": [
{
"label": "渠道物料管理",
"url": "/crud",
"icon": "fa fa-cube",
"children": [
{
@ -90,7 +102,6 @@
"children": [
{
"label": "渠道账号管理",
"url": "/crud",
"icon": "fa fa-cube",
"children": [
{

@ -0,0 +1,16 @@
{
"type": "page",
"body": {
"type": "form",
"mode": "normal",
"autoFocus": false,
"body": [
{
"type": "service",
"schemaApi": "${ls:backend_url}/officialAccount/qrCode"
}
],
"submitText": null,
"actions": []
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Loading…
Cancel
Save