mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-11 02:17:56 +08:00
修复bug
This commit is contained in:
@@ -35,7 +35,7 @@ const axiosHooks: AxiosHooks = {
|
||||
config.params = {}
|
||||
}
|
||||
config.headers = headers
|
||||
config.url = config.url?.replace(".", "/")
|
||||
// config.url = config.url?.replace(".", "/")
|
||||
return config
|
||||
},
|
||||
requestInterceptorsCatchHook(err) {
|
||||
|
||||
@@ -31,10 +31,10 @@ getOaMenuFunc()
|
||||
</el-card>
|
||||
|
||||
<footer-btns>
|
||||
<el-button type="primary" @click="handleSave" v-perms="['channel:oaMenu:save']">
|
||||
<el-button type="primary" @click="handleSave" v-perms="['channel.official_account_menu/save']">
|
||||
保存
|
||||
</el-button>
|
||||
<el-button type="primary" @click="handlePublish" v-perms="['channel:oaMenu:publish']">
|
||||
<el-button type="primary" @click="handlePublish" v-perms="['channel.official_account_menu/saveAndPublish']">
|
||||
发布
|
||||
</el-button>
|
||||
</footer-btns>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
@update:content="updateContent"
|
||||
/>
|
||||
</div>
|
||||
<footer-btns class="mt-4" :fixed="false" v-perms="['decorate:pages:save']">
|
||||
<footer-btns class="mt-4" :fixed="false" v-perms="['decorate.page/save']">
|
||||
<el-button type="primary" @click="setData">保存</el-button>
|
||||
</footer-btns>
|
||||
</div>
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
>
|
||||
返回
|
||||
</el-button>
|
||||
<el-button v-perms="['decorate:pages:save']" @click="setData"> 保存 </el-button>
|
||||
<el-button v-perms="['decorate.page/save']" @click="setData"> 保存 </el-button>
|
||||
</div>
|
||||
</el-card>
|
||||
<div class="flex-1 h-full">
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<footer-btns :fixed="true" v-perms="['decorate:tabbar:save']">
|
||||
<footer-btns :fixed="true" v-perms="['decorate.tabbar/save']">
|
||||
<el-button type="primary" @click="setData">保存</el-button>
|
||||
</footer-btns>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user