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