mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 00:15:53 +08:00
feat: 添加pageClientType属性以支持页面类型设置
在`renovation.vue`文件中,新增`pageClientType`属性并设置为'PC',以便于在页面数据中区分客户端类型,提升页面功能的灵活性。
This commit is contained in:
@@ -104,6 +104,7 @@ export default {
|
|||||||
pageData: JSON.stringify(modelForm),
|
pageData: JSON.stringify(modelForm),
|
||||||
// 如果是专题页面永远关闭
|
// 如果是专题页面永远关闭
|
||||||
pageShow: this.$route.query.pageType === 'SPECIAL' ? 'CLOSE' : pageShow,
|
pageShow: this.$route.query.pageType === 'SPECIAL' ? 'CLOSE' : pageShow,
|
||||||
|
pageClientType: 'PC',
|
||||||
};
|
};
|
||||||
API_floor.updateHome(this.$route.query.id, data).then((res) => {
|
API_floor.updateHome(this.$route.query.id, data).then((res) => {
|
||||||
this.submitLoading = false
|
this.submitLoading = false
|
||||||
|
|||||||
Reference in New Issue
Block a user