Merge pull request '优化申请描述' (#20) from yangjie into master
Reviewed-on: #20
This commit is contained in:
commit
d0cb13c5e3
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "WGShare.Metting",
|
"name": "WGShare.Metting",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.4.3",
|
"version": "0.4.8",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"authors": "yj",
|
"authors": "yj",
|
||||||
"description": "智汇享",
|
"description": "智汇享",
|
||||||
|
|
|
||||||
|
|
@ -1015,7 +1015,7 @@ const Meeting: React.FC = () => {
|
||||||
confirm({
|
confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
icon: <ExclamationCircleFilled />,
|
icon: <ExclamationCircleFilled />,
|
||||||
content: `该操作需向管理员申请权限`,
|
content: `该操作需向管理员申请发言权限`,
|
||||||
centered: true,
|
centered: true,
|
||||||
okText: '申请',
|
okText: '申请',
|
||||||
cancelText: '取消',
|
cancelText: '取消',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue