1.修改頁面文件admin/src/pages/setting/agreement/index.vue,增加圖一的那句代碼 { label: '分銷協(xié)議', value: '8' }, 然后重新打包admin上傳至public/admin目錄下
2.修改php文件crmeb/app/services/agent/SpreadApplyServices.php,將紅色箭頭的7改成8
3.在數(shù)據(jù)庫eb_agreement表中增加數(shù)據(jù)
INSERT INTO `eb_agreement` (`id`, `type`, `title`, `content`, `sort`, `status`, `add_time`) VALUES ('8', '8', '分銷說明', '<h1><b>分銷說明</b><b></b></h1><h1><p>分銷說明</p ></h1>', '0', '1', '1743039061')
4.然后在后臺(tái)設(shè)置-協(xié)議設(shè)置里面就能正常修改分銷說明