Showing
3 changed files
with
3 additions
and
3 deletions
| @@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
| 84 | </BasicForm> | 84 | </BasicForm> |
| 85 | </Card> | 85 | </Card> |
| 86 | <Loading v-bind="compState" /> | 86 | <Loading v-bind="compState" /> |
| 87 | - <Authority value="api:yt:appDesign:update:put"> | 87 | + <Authority value="api:yt:appDesign:update:update"> |
| 88 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">保存信息</a-button> | 88 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">保存信息</a-button> |
| 89 | </Authority> | 89 | </Authority> |
| 90 | </div> | 90 | </div> |
| @@ -86,7 +86,7 @@ | @@ -86,7 +86,7 @@ | ||
| 86 | </BasicForm> | 86 | </BasicForm> |
| 87 | </Card> | 87 | </Card> |
| 88 | <Loading v-bind="compState" /> | 88 | <Loading v-bind="compState" /> |
| 89 | - <Authority value="api:yt:platform:update:put"> | 89 | + <Authority value="api:yt:platform:update:update"> |
| 90 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">保存信息</a-button> | 90 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">保存信息</a-button> |
| 91 | </Authority> | 91 | </Authority> |
| 92 | </div> | 92 | </div> |
| @@ -32,7 +32,7 @@ | @@ -32,7 +32,7 @@ | ||
| 32 | </BasicForm> | 32 | </BasicForm> |
| 33 | </Card> | 33 | </Card> |
| 34 | <Loading v-bind="compState" /> | 34 | <Loading v-bind="compState" /> |
| 35 | - <Authority value="api:yt:enterprise:update:put"> | 35 | + <Authority value="api:yt:enterprise:update:update"> |
| 36 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">更新基本信息</a-button> | 36 | <a-button @click="handleUpdateInfo" type="primary" class="mt-4">更新基本信息</a-button> |
| 37 | </Authority> | 37 | </Authority> |
| 38 | </div> | 38 | </div> |