Commit 296c6050 authored by 张烨's avatar 张烨

fix: 修改描述

parent 68b6b2d0
...@@ -69,7 +69,7 @@ const MobileConfigPage = props => { ...@@ -69,7 +69,7 @@ const MobileConfigPage = props => {
setMiniTitle(val); setMiniTitle(val);
setPosition(['right']); setPosition(['right']);
}; };
// 删除小程序 // 删除
const delMini = () => { const delMini = () => {
setLoading(true); setLoading(true);
deleteWebsite({ deleteWebsite({
...@@ -106,19 +106,19 @@ const MobileConfigPage = props => { ...@@ -106,19 +106,19 @@ const MobileConfigPage = props => {
const options = { const options = {
left: ( left: (
<Button type="primary" onClick={addMini}> <Button type="primary" onClick={addMini}>
新增小程序 新增移动应用
</Button> </Button>
), ),
right: ( right: (
<Popconfirm <Popconfirm
title="是否删除小程序网站,及相关联的角色和菜单" title="是否删除移动应用,及相关联的角色和菜单"
okText="确认" okText="确认"
cancelText="取消" cancelText="取消"
placement="left" placement="left"
onConfirm={delMini} onConfirm={delMini}
> >
<Button type="primary" danger> <Button type="primary" danger>
删除小程序 删除移动应用
</Button> </Button>
</Popconfirm> </Popconfirm>
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment