Commit 25835e31 by 陈羽

update: update

parent 5415fcf2
......@@ -137,7 +137,13 @@ export default {
};
getRequest('/haoban-app-customer-web/tag/open-tag', para)
.then(res => {
console.log(res);
if (!!res.data.result) {
this.tabListData[0].children.push({
tabId: '15',
tabName: '会员标签设置',
icon: ''
});
}
// errMsg.errorMsg(resData);
})
.catch(function(error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment