data_request['type']) ? 'register' : $this->data_request['type']; $assign = [ // 配置信息 'data' => ConfigService::ConfigList(), // 管理导航 'nav_data' => MyLang('agreement.base_nav_list'), // 编辑器文件存放地址 'editor_path_type' => ResourcesService::EditorPathTypeValue('agreement'), // 页面导航 'type' => $type, ]; MyViewAssign($assign); return MyView($type); } /** * 配置数据保存 * @author Devil * @blog http://gong.gg/ * @version 1.0.0 * @date 2019-05-16 * @desc description */ public function Save() { return ApiService::ApiDataReturn(ConfigService::ConfigSave($this->data_request)); } } ?>