mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-03-26 17:47:21 +08:00
【新增】后台页面设计【导航组件】增加跳转到其他小程序的下拉设置。
This commit is contained in:
@@ -652,6 +652,7 @@ Vue.component('select-link', {
|
||||
changeSelect: function () {
|
||||
this.$emit('update:type', this.selectType)
|
||||
this.$emit("update:id", '')
|
||||
this.$emit("update:linkUrl", '')
|
||||
},
|
||||
updateLinkValue: function () {
|
||||
this.$emit("update:id", this.linkUrl)
|
||||
@@ -866,7 +867,7 @@ Vue.component('layout-config', {
|
||||
coreHelper.Post(getDesign, { id: id }, function (e) {
|
||||
if (e.code === 0) {
|
||||
//console.log(e);
|
||||
linkType = { "1": "URL链接", "2": "商品", "6": "商品分类", "3": "文章", "4": "文章分类", "5": "智能表单" };
|
||||
linkType = { "1": "URL链接", "2": "商品", "6": "商品分类", "3": "文章", "4": "文章分类", "5": "智能表单", "7": "小程序AppId" };
|
||||
that.pageCode = e.data.model.code;
|
||||
that.brandList = e.data.brandList;
|
||||
that.pageConfig = e.data.pageConfig;
|
||||
|
||||
Reference in New Issue
Block a user