Commit 17dd8bcd by zhaochengxiang

授权和发布

parent 6d1f2ee4
...@@ -133,6 +133,7 @@ export class App extends React.Component { ...@@ -133,6 +133,7 @@ export class App extends React.Component {
openAdmit: hostParams?.openAdmit, openAdmit: hostParams?.openAdmit,
openDetail: hostParams?.openDetail, openDetail: hostParams?.openDetail,
editServer: hostParams?.editServer, editServer: hostParams?.editServer,
applyServer: hostParams?.applyServer,
setGlobalState, setGlobalState,
onGlobalStateChange onGlobalStateChange
}}> }}>
...@@ -163,6 +164,7 @@ export class App extends React.Component { ...@@ -163,6 +164,7 @@ export class App extends React.Component {
openAdmit: hostParams?.openAdmit, openAdmit: hostParams?.openAdmit,
openDetail: hostParams?.openDetail, openDetail: hostParams?.openDetail,
editServer: hostParams?.editServer, editServer: hostParams?.editServer,
applyServer: hostParams?.applyServer,
setGlobalState, setGlobalState,
onGlobalStateChange onGlobalStateChange
}}> }}>
......
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