Skip to content

Commit

Permalink
fix: amis interface manage
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxiaobo1010 committed Sep 9, 2022
1 parent b156bca commit 747db00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/views/CloudFunction/lowcode/components/ViewEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
allow-create
clearable
default-first-option
:disabled="$route.query.id.length > 0"
:disabled="$route.query?.id?.length > 0"
filterable
style="width: 100%"
@change="changeClass"
Expand Down Expand Up @@ -71,7 +71,7 @@
allow-create
clearable
default-first-option
:disabled="$route.query.id.length > 0"
:disabled="$route.query?.id?.length > 0"
filterable
size="mini"
style="width: 100%"
Expand Down
2 changes: 1 addition & 1 deletion src/views/CloudFunction/lowcode/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
allow-create
clearable
default-first-option
:disabled="$route.query.id.length > 0"
:disabled="$route.query?.id?.length > 0"
filterable
size="mini"
@change="changeClass"
Expand Down
11 changes: 7 additions & 4 deletions src/views/MultiTenant/user/login/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -247,19 +247,22 @@
},
],
programList: [
{
img: 'http://www.dgiotcloud.cn/wp-content/uploads/2022090901575769.png',
name: '智慧厕所',
type: 2,
username: 'dgiot_st',
password: 'dgiot_st',
},
{
img: 'https://www.dgiotcloud.cn/wp-content/uploads/2022080511362579.jpg',
name: '工业设备租赁一体化运维平台',
type: 1,
username: 'dgiot_admin',
password: 'dgiot_admin',
},
{
img: 'https://www.dgiotcloud.cn/wp-content/uploads/2022080512380157.png',
name: '智慧园区/智慧场馆数字驾驶舱',
type: 2,
username: 'dgiot_dev',
password: 'dgiot_dev',
},
{
img: 'https://www.dgiotcloud.cn/wp-content/uploads/202208221014537.png',
Expand Down

0 comments on commit 747db00

Please sign in to comment.