Compare commits
No commits in common. "d0cb13c5e39e80c9dbc47364da7f15a0a9a1f4e1" and "84006a285d6b17f9dd45cd484531fb81c9e9d35f" have entirely different histories.
d0cb13c5e3
...
84006a285d
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "WGShare.Metting",
|
||||
"private": true,
|
||||
"version": "0.4.8",
|
||||
"version": "0.4.3",
|
||||
"main": "main.js",
|
||||
"authors": "yj",
|
||||
"description": "智汇享",
|
||||
|
|
|
|||
|
|
@ -1015,7 +1015,7 @@ const Meeting: React.FC = () => {
|
|||
confirm({
|
||||
title: '提示',
|
||||
icon: <ExclamationCircleFilled />,
|
||||
content: `该操作需向管理员申请发言权限`,
|
||||
content: `该操作需向管理员申请权限`,
|
||||
centered: true,
|
||||
okText: '申请',
|
||||
cancelText: '取消',
|
||||
|
|
|
|||
Loading…
Reference in New Issue