文件描述:
后臺(tái) 設(shè)置---頁(yè)面管理---數(shù)據(jù)配置中缺少 APP隱私協(xié)議的配置
解決辦法:
在數(shù)據(jù)庫(kù)中執(zhí)行下這個(gè)SQL 然后刷新頁(yè)面
INSERT INTO `eb_system_menus` (`id`, `pid`, `icon`, `menu_name`, `module`, `controller`, `action`, `api_url`, `methods`, `params`, `sort`, `is_show`, `is_show_path`, `access`, `menu_path`, `path`, `auth_type`, `header`, `is_header`, `unique_auth`, `is_del`) VALUES(1054, 1009, '', '隱私協(xié)議', 'admin', '', '', '', '', '[]', 0, 1, 0, 1, '/admin/app/app/agreement', '135/1009', 1, '', 0, 'admin-app-agreement', 0);
?