Commit bf35e9197ba5736e879f7b58964c898d0ee51711

Authored by fengwotao
1 parent 3e8abd20

fix:修改权限标识put为update

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