在數據庫中執行下面的語句,完成之后刷新頁面即可。
INSERT INTO `eb_system_config` (`id`, `menu_name`, `type`, `input_type`, `config_tab_id`, `parameter`, `upload_type`, `required`, `width`, `high`, `value`, `info`, `desc`, `sort`, `status`) VALUES (NULL, 'hs_accesskey', 'text', 'input', 106, '', 1, '', 0, 0, '\"AKLTMzkzZTEzNjg3OTg2NDViM2IwNmFlYzhmNzE4MmI4YmI\"', '火山翻譯AccessKey', '機器翻譯僅支持火山翻譯', 1, 1),(NULL, 'hs_secretkey', 'text', 'input', 106, '', 1, '', 0, 0, '\"TVRneU16STFOVFV4WVRkbE5ERTJaV0pqWm1aaU1UaGlNVFppWldZeE1HUQ==\"', '火山翻譯SecretKey', '機器翻譯僅支持火山翻譯', 0, 1);
部分用戶可能機器翻譯的分類id不是106,在eb_system_config_tab中查看一下機器翻譯配置的id將上方標紅的地方修改后執行sql語句