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

fix: 修改描述

parent 68b6b2d0
......@@ -69,7 +69,7 @@ const MobileConfigPage = props => {
setMiniTitle(val);
setPosition(['right']);
};
// 删除小程序
// 删除
const delMini = () => {
setLoading(true);
deleteWebsite({
......@@ -106,19 +106,19 @@ const MobileConfigPage = props => {
const options = {
left: (
<Button type="primary" onClick={addMini}>
新增小程序
新增移动应用
</Button>
),
right: (
<Popconfirm
title="是否删除小程序网站,及相关联的角色和菜单"
title="是否删除移动应用,及相关联的角色和菜单"
okText="确认"
cancelText="取消"
placement="left"
onConfirm={delMini}
>
<Button type="primary" danger>
删除小程序
删除移动应用
</Button>
</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