| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-6bf5c4ee"],{"12c0":function(t,e,n){},2934:function(t,e,n){"use strict";n.d(e,"c",(function(){return a})),n.d(e,"b",(function(){return o})),n.d(e,"a",(function(){return i}));var r=n("b775");function a(t){return Object(r["b"])({url:"/common/file/images",method:"post",data:t})}function o(t){return Object(r["b"])({url:"/coin/price",method:"get",params:t})}function i(){return Object(r["b"])({url:"/country-code/index",method:"get"})}},8126:function(t,e,n){"use strict";n.r(e);var r=function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",[n("div",{staticClass:"presentForm"},[n("div",{staticClass:"leftFrom"},[n("el-form",{ref:"params",staticClass:"formList",attrs:{model:t.params,"label-width":"120px"}},[n("el-form-item",{attrs:{label:"选择语言",prop:"default_language"}},[n("el-select",{attrs:{clearable:"",placeholder:"请选择语言"},model:{value:t.params.lang,callback:function(e){t.$set(t.params,"lang","string"===typeof e?e.trim():e)},expression:"params.lang"}},t._l(t.langs,(function(t,e){return n("el-option",{key:e,attrs:{label:t,value:e}})})),1)],1),n("el-form-item",{attrs:{label:"底部信息分类"}},[n("el-select",{attrs:{clearable:"",placeholder:"请选择底部信息分类"},model:{value:t.params.type,callback:function(e){t.$set(t.params,"type","string"===typeof e?e.trim():e)},expression:"params.type"}},t._l(t.selectList,(function(t,e){return n("el-option",{key:e,attrs:{label:t.type,value:t.name}})})),1)],1)],1)],1),n("div",{staticClass:"inquire"},[n("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.inquire}},[t._v("查询")]),n("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:t.addItemize}},[t._v("添加底部信息")])],1)]),n("div",[n("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData,border:"","cell-style":{textAlign:"center"},"header-cell-style":{textAlign:"center"}}},[n("el-table-column",{attrs:{prop:"id",label:"ID",width:"80"}}),n("el-table-column",{attrs:{prop:"title",label:"标题"}}),n("el-table-column",{attrs:{prop:"lang",label:"语言"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{},t._l(t.langs,(function(r,a){return n("div",{key:a},[e.row.lang==a?n("span",[t._v(" "+t._s(r)+" ")]):t._e()])})),0)]}}])}),n("el-table-column",{attrs:{prop:"sort",label:"排序"}}),n("el-table-column",{attrs:{prop:"type",label:"类别"}}),n("el-table-column",{attrs:{prop:"created_at",label:"创建时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",[t._v(" "+t._s(t.timestampToDatetime(e.row.created_at))+" ")])]}}])}),n("el-table-column",{attrs:{prop:"updated_at",label:"更新时间"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",[t._v(" "+t._s(t.timestampToDatetime(e.row.updated_at))+" ")])]}}])}),n("el-table-column",{attrs:{label:"操作",width:"360px"},scopedSlots:t._u([{key:"default",fn:function(e){return[n("div",{staticClass:"handleIcon"},[n("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:function(n){return t.editClick(e.row)}}},[t._v("编辑")]),n("el-button",{staticClass:"demand",attrs:{type:"primary"},on:{click:function(n){return t.deleteClick(e.row)}}},[t._v("删除")])],1)]}}])})],1),n("Paginate",{attrs:{page:t.params.page,total:t.total},on:{currentChange:t.handleCurrentChange,sizeChange:t.handleSizeChange}})],1),n("el-dialog",{attrs:{title:"新增底部信息分类",visible:t.addPopup,width:"50%","before-close":t.addClose},on:{"update:visible":function(e){t.addPopup=e}}},[n("div",{staticClass:"addList"},[n("el-form",{ref:"addList",staticClass:"addList",attrs:{model:t.addList,"label-width":"120px"}},[n("el-form-item",{attrs:{label:"选择语言",prop:"default_language"}},[n("el-select",{attrs:{clearable:"",placeholder:"请选择语言"},model:{value:t.addList.lang,callback:function(e){t.$set(t.addList,"lang","string"===typeof e?e.trim():e)},expression:"addList.lang"}},t._l(t.langs,(function(t,e){return n("el-option",{key:e,attrs:{label:t,value:e}})})),1)],1),n("el-form-item",{attrs:{label:"标题"}},[n("el-input",{attrs:{placeholder:"请输入标题"},model:{value:t.addList.title,callback:function(e){t.$set(t.addList,"title",e)},expression:"addList.title"}})],1),n("el-form-item",{attrs:{label:"排序"}},[n("el-input",{attrs:{placeholder:"请输入排序号(数字越大,越靠前)",onkeyup:"this.value=this.value.replace(/[, ]/g,'')"},model:{value:t.addList.sort,callback:function(e){t.$set(t.addList,"sort",e)},expression:"addList.sort"}})],1),n("el-form-item",{attrs:{label:"底部信息分类"}},[n("el-select",{attrs:{clearable:"",placeholder:"底部信息分类"},model:{value:t.addList.type,callback:function(e){t.$set(t.addList,"type","string"===typeof e?e.trim():e)},expression:"addList.type"}},t._l(t.selectList,(function(t,e){return n("el-option",{key:e,attrs:{label:t.name,value:t.name}})})),1)],1),n("el-form-item",{attrs:{label:"内容"}},[n("Editor",{attrs:{name:"editor",htmlContent:t.htmlContent},on:{changeHtmlContent:t.changeHtmlContent}})],1)],1)],1),n("span",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[n("el-button",{on:{click:function(e){return t.addClose()}}},[t._v("取 消")]),t.editshow?n("el-button",{attrs:{type:"primary"},on:{click:t.editorSubmit}},[t._v("确定修改")]):n("el-button",{attrs:{type:"primary"},on:{click:t.addSubmit}},[t._v("确定新增")])],1)])],1)},a=[],o=(n("a9e3"),n("f201")),i=n("0238"),l=n("c466"),u=n("a897"),s=n("eb29"),d=n("d223"),c={name:"adolesceIndex",components:{Paginate:i["a"],Uedit:s["a"],Editor:u["a"]},data:function(){return{htmlContent:"",params:{page:1,page_size:this.$store.state.attr.pageSize,lang:"",type:""},timeData:[],tableData:[],loading:!1,total:0,langs:d["a"],addPopup:!1,editshow:!1,addList:{title:"",type:"",content:"",lang:"",sort:0,status:""},options:[{value:"-1",label:"删除"},{value:"0",label:"禁用"},{value:"1",label:"启用"}],selectList:[{name:"关于"},{name:"条款"},{name:"其他"}]}},computed:{},watch:{},mounted:function(){this.install()},methods:{changeHtmlContent:function(t){this.htmlContent=t},install:function(){var t=this,e={lang:this.params.lang,page:Number(this.cal.accSub(this.params.page,1)),page_size:this.params.page_size,type:this.params.type};Object(o["r"])(e).then((function(e){200===e.code?(t.total=parseInt(e.data.listTotalCount),t.tableData=e.data.list):t.$message.error(e.message),t.loading=!1}))},inquire:function(){this.params.page=1,this.install()},changeTime:function(t){t?(this.params.created_at_start=t[0]/1e3,this.params.created_at_end=t[1]/1e3):(this.params.created_at_start="",this.params.created_at_end="")},addItemize:function(){this.addPopup=!0,this.addList.lang=this.params.lang,this.htmlContent=""},addClose:function(){this.addList={title:"",type:"",content:"",lang:"",sort:0,status:""},this.addPopup=!1,this.editshow=!1},addSubmit:function(){var t=this,e={title:this.addList.title,lang:this.addList.lang,type:this.addList.type,sort:this.addList.sort,content:this.htmlContent,status:this.addList.status};Object(o["p"])(e).then((function(e){console.log(e),200===e.code?(t.addClose(),t.install()):t.$message.error(e.message),t.loading=!1}))},editClick:function(t){var e=JSON.stringify(t);this.htmlContent="",this.addList=JSON.parse(e),this.htmlContent=this.addList.content,this.addPopup=!0,this.editshow=!0},editorSubmit:function(){var t=this,e={id:this.addList.id},n={title:this.addList.title,lang:this.addList.lang,type:this.addList.type,sort:this.addList.sort,content:this.htmlContent};Object(o["s"])(e,n).then((function(e){200===e.code?(t.addClose(),t.install()):t.$message.error(e.message),t.loading=!1}))},deleteClick:function(t){var e=this;this.$confirm("确认删除该数据?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(o["q"])({id:t.id}).then((function(t){200===t.code?(e.$message.success("删除成功"),e.params.page=1,e.install()):e.$message.error(t.message)}))})).catch((function(){}))},handleCurrentChange:function(t){this.params.page=t,this.install()},handleSizeChange:function(t,e){this.params.page_size=t,this.install()},timestampToDatetime:function(t){return Object(l["a"])(t,!0)}}},p=c,m=(n("adb5"),n("2877")),b=Object(m["a"])(p,r,a,!1,null,"3d9da78a",null);e["default"]=b.exports},adb5:function(t,e,n){"use strict";var r=n("12c0"),a=n.n(r);a.a},d223:function(t,e,n){"use strict";n.d(e,"a",(function(){return r}));var r={en:"英语","zh-hk":"中文繁体","zh-CN":"中文简体",ko:"한국어","ja-jp":"日本",ar:"عربي",fr:"Français",de:"Deutsch",es:"español",it:"Italiano",hi:"हिन्दी",id:"Indonesia",th:"ไทย",tr:"Türk",vi:"Tiếng Việt",ru:"Pусский язык"}},ddec:function(t,e,n){"use strict";n.r(e);var r=n("e562"),a=n.n(r);a.a.addI18n("zh_CN",{Redo:"恢复",Undo:"撤销",Cut:"剪切",Copy:"复制",Paste:"粘贴","Select all":"全选","New document":"新建文档",Ok:"确定",Cancel:"取消","Visual aids":"网格线",Bold:"粗体",Italic:"斜体",Underline:"下划线",Strikethrough:"删除线",Superscript:"上标",Subscript:"下标","Clear formatting":"清除格式","Align left":"左对齐","Align center":"居中","Align right":"右对齐",Justify:"两端对齐","Bullet list":"符号列表","Numbered list":"数字列表","Decrease indent":"减少缩进","Increase indent":"增加缩进",Close:"关闭",Formats:"格式","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"当前浏览器不支持访问剪贴板,请使用快捷键Ctrl+X/C/V复制粘贴",Headers:"标题","Header 1":"标题1","Header 2":"标题2","Header 3":"标题3","Header 4":"标题4","Header 5":"标题5","Header 6":"标题6",Headings:"标题","Heading 1":"标题1","Heading 2":"标题2","Heading 3":"标题3","Heading 4":"标题4","Heading 5":"标题5","Heading 6":"标题6",Preformatted:"预格式化",Div:"Div区块",Pre:"预格式文本",Code:"代码",Paragraph:"段落",Blockquote:"引用",Inline:"文本",Blocks:"区块","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"当前为纯文本粘贴模式,再次点击可以回到普通粘贴模式。",Fonts:"字体","Font Sizes":"字号",Class:"Class","Browse for an image":"浏览图像",OR:"或","Drop an image here":"拖放一张图片文件至此",Upload:"上传",Block:"块",Align:"对齐",Default:"默认",Circle:"空心圆",Disc:"实心圆",Square:"方块","Lower Alpha":"小写英文字母","Lower Greek":"小写希腊字母","Lower Roman":"小写罗马字母","Upper Alpha":"大写英文字母","Upper Roman":"大写罗马字母","Anchor...":"锚点...",Name:"名称",Id:"id","Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"id应该以字母开头,后跟字母、数字、横线、点、冒号或下划线。","You have unsaved changes are you sure you want to navigate away?":"你对文档的修改尚未保存,确定离开吗?","Restore last draft":"恢复上次的草稿","Special characters...":"特殊字符...","Source code":"HTML源码","Insert/Edit code sample":"插入/编辑代码示例",Language:"语言","Code sample...":"代码示例...","Color Picker":"选取颜色",R:"R",G:"G",B:"B","Left to right":"从左到右","Right to left":"从右到左","Emoticons...":"表情符号...","Metadata and Document Properties":"元数据和文档属性",Title:"标题",Keywords:"关键词",Description:"描述",Robots:"机器人",Author:"作者",Encoding:"编码",Fullscreen:"全屏",Action:"操作",Shortcut:"快捷键",Help:"帮助",Address:"地址","Focus to menubar":"移动焦点到菜单栏","Focus to toolbar":"移动焦点到工具栏","Focus to element path":"移动焦点到元素路径","Focus to contextual toolbar":"移动焦点到上下文菜单","Insert link (if link plugin activated)":"插入链接 (如果链接插件已激活)","Save (if save plugin activated)":"保存(如果保存插件已激活)","Find (if searchreplace plugin activated)":"查找(如果查找替换插件已激活)","Plugins installed ({0}):":"已安装插件 ({0}):","Premium plugins:":"优秀插件:","Learn more...":"了解更多...","You are using {0}":"你正在使用 {0}",Plugins:"插件","Handy Shortcuts":"快捷键","Horizontal line":"水平分割线","Insert/edit image":"插入/编辑图片","Image description":"图片描述",Source:"地址",Dimensions:"大小","Constrain proportions":"保持宽高比",General:"常规",Advanced:"高级",Style:"样式","Vertical space":"垂直边距","Horizontal space":"水平边距",Border:"边框","Insert image":"插入图片","Image...":"图片...","Image list":"图片列表","Rotate counterclockwise":"逆时针旋转","Rotate clockwise":"顺时针旋转","Flip vertically":"垂直翻转","Flip horizontally":"水平翻转","Edit image":"编辑图片","Image options":"图片选项","Zoom in":"放大","Zoom out":"缩小",Crop:"裁剪",Resize:"调整大小",Orientation:"方向",Brightness:"亮度",Sharpen:"锐化",Contrast:"对比度","Color levels":"色阶",Gamma:"伽马值",Invert:"反转",Apply:"应用",Back:"后退","Insert date/time":"插入日期/时间","Date/time":"日期/时间","Insert/Edit Link":"插入/编辑链接","Insert/edit link":"插入/编辑链接","Text to display":"显示文字",Url:"地址","Open link in...":"链接打开方式...","Current window":"当前窗口打开",None:"在当前窗口/框架打开","New window":"在新窗口打开","Remove link":"删除链接",Anchors:"锚点","Link...":"链接...","Paste or type a link":"粘贴或输入链接","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"你所填写的URL地址为邮件地址,需要加上mailto:前缀吗?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"你所填写的URL地址属于外部链接,需要加上http://:前缀吗?","Link list":"链接列表","Insert video":"插入视频","Insert/edit video":"插入/编辑视频","Insert/edit media":"插入/编辑媒体","Alternative source":"替代资源","Alternative image URL":"资源备用地址","Media poster (Image URL)":"封面(图片地址)","Paste your embed code below:":"将内嵌代码粘贴在下面:",Embed:"内嵌","Media...":"多媒体...","Nonbreaking space":"不间断空格","Page break":"分页符","Paste as text":"粘贴为文本",Preview:"预览","Print...":"打印...",Save:"保存",Find:"查找","Replace with":"替换为",Replace:"替换","Replace all":"替换全部",Previous:"上一个",Next:"下一个","Find and replace...":"查找并替换...","Could not find the specified string.":"未找到搜索内容。","Match case":"区分大小写","Find whole words only":"全单词匹配","Spell check":"拼写检查",Ignore:"忽略","Ignore all":"忽略全部",Finish:"完成","Add to Dictionary":"添加到字典","Insert table":"插入表格","Table properties":"表格属性","Delete table":"删除表格",Cell:"单元格",Row:"行",Column:"列","Cell properties":"单元格属性","Merge cells":"合并单元格","Split cell":"拆分单元格","Insert row before":"在上方插入","Insert row after":"在下方插入","Delete row":"删除行","Row properties":"行属性","Cut row":"剪切行","Copy row":"复制行","Paste row before":"粘贴到上方","Paste row after":"粘贴到下方","Insert column before":"在左侧插入","Insert column after":"在右侧插入","Delete column":"删除列",Cols:"列",Rows:"行",Width:"宽",Height:"高","Cell spacing":"单元格外间距","Cell padding":"单元格内边距","Show caption":"显示标题",Left:"左对齐",Center:"居中",Right:"右对齐","Cell type":"单元格类型",Scope:"范围",Alignment:"对齐方式","H Align":"水平对齐","V Align":"垂直对齐",Top:"顶部对齐",Middle:"垂直居中",Bottom:"底部对齐","Header cell":"表头单元格","Row group":"行组","Column group":"列组","Row type":"行类型",Header:"表头",Body:"表体",Footer:"表尾","Border color":"边框颜色","Insert template...":"插入模板...",Templates:"模板",Template:"模板","Text color":"文字颜色","Background color":"背景色","Custom...":"自定义...","Custom color":"自定义颜色","No color":"无","Remove color":"删除颜色","Table of Contents":"目录","Show blocks":"显示区块边框","Show invisible characters":"显示不可见字符","Word count":"字数统计","Words: {0}":"字数:{0}","{0} words":"{0} 个字",File:"文件",Edit:"编辑",Insert:"插入",View:"查看",Format:"格式",Table:"表格",Tools:"工具","Powered by {0}":"Powered by {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"在编辑区按ALT+F9打开菜单,按ALT+F10打开工具栏,按ALT+0查看帮助","Image title":"图片标题","Border width":"边框宽度","Border style":"边框样式",Error:"错误",Warn:"警告",Valid:"有效","To open the popup, press Shift+Enter":"此快捷为软回车(插入<br>)","Rich Text Area. Press ALT-0 for help.":"编辑区. 按Alt+0键打开帮助","System Font":"默认字体","Failed to upload image: {0}":"图片上传失败: {0}","Failed to load plugin: {0} from url {1}":"插件加载失败: {0} - {1}","Failed to load plugin url: {0}":"插件加载失败: {0}","Failed to initialize plugin: {0}":"插件初始化失败: {0}",example:"示例",Search:"查找",All:"全部",Currency:"货币",Text:"文本",Quotations:"引用",Mathematical:"数学运算符","Extended Latin":"拉丁语扩充",Symbols:"符号",Arrows:"箭头","User Defined":"自定义","dollar sign":"美元","currency sign":"货币","euro-currency sign":"欧元","colon sign":"冒号","cruzeiro sign":"克鲁赛罗币","french franc sign":"法郎","lira sign":"里拉","mill sign":"密尔","naira sign":"奈拉","peseta sign":"比塞塔","rupee sign":"卢比","won sign":"韩元","new sheqel sign":"新谢克尔","dong sign":"越南盾","kip sign":"老挝基普","tugrik sign":"图格里克","drachma sign":"德拉克马","german penny symbol":"德国便士","peso sign":"比索","guarani sign":"瓜拉尼","austral sign":"澳元","hryvnia sign":"格里夫尼亚","cedi sign":"塞地","livre tournois sign":"里弗弗尔","spesmilo sign":"一千spesoj的货币符号,该货币未使用","tenge sign":"坚戈","indian rupee sign":"印度卢比","turkish lira sign":"土耳其里拉","nordic mark sign":"北欧马克","manat sign":"马纳特","ruble sign":"卢布","yen character":"日元","yuan character":"人民币元","yuan character, in hong kong and taiwan":"元的繁体字","yen/yuan character variant one":"元(大写)","Loading emoticons...":"正在加载表情文字...","Could not load emoticons":"不能加载表情文字",People:"人类","Animals and Nature":"动物和自然","Food and Drink":"食物和饮品",Activity:"活动","Travel and Places":"旅游和地点",Objects:"物件",Flags:"旗帜",Characters:"字数","Characters (no spaces)":"字数(不含空格)","Error: Form submit field collision.":"错误: 表单提交字段冲突.","Error: No form element found.":"错误: 未找到可用的form.",Update:"更新","Color swatch":"颜色样本",Turquoise:"青绿",Green:"绿色",Blue:"蓝色",Purple:"紫色","Navy Blue":"海军蓝","Dark Turquoise":"深蓝绿色","Dark Green":"暗绿","Medium Blue":"中蓝","Medium Purple":"中紫","Midnight Blue":"深蓝",Yellow:"黄色",Orange:"橙色",Red:"红色","Light Gray":"浅灰",Gray:"灰色","Dark Yellow":"暗黄","Dark Orange":"暗橙","Dark Red":"暗红","Medium Gray":"中灰","Dark Gray":"深灰",Black:"黑色",White:"白色","Switch to or from fullscreen mode":"切换全屏模式","Open help dialog":"打开帮助对话框",history:"历史",styles:"样式",formatting:"格式化",alignment:"对齐",indentation:"缩进","permanent pen":"记号笔",comments:"注释",Anchor:"锚点","Special character":"特殊字符","Code sample":"代码示例",Color:"颜色",Emoticons:"表情","Document properties":"文档属性",Image:"图片","Insert link":"插入链接",Target:"目标",Link:"链接",Poster:"封面",Media:"音视频",Print:"打印",Prev:"上一个","Find and replace":"查找并替换","Whole words":"全字匹配",Spellcheck:"拼写检查",Caption:"标题","Insert template":"插入模板","Code view":"代码区域","Select...":"选择...","Format Painter":"格式刷","No templates defined.":"无内置模板","Special character...":"特殊字符...","Open link":"打开链接",Count:"统计",Document:"整个文档",Selection:"选取部分",Words:"字词数","{0} characters":"{0} 个字符","Alternative source URL":"替代资源地址","Alternative description":"替代说明文字",Accessibility:"可访问性","Image is decorative":"仅用于装饰","Line height":"行高","Cut column":"剪切列","Copy column":"复制列","Paste column before":"粘贴到前方","Paste column after":"粘贴到后方",Version:"版本","Keyboard Navigation":"键盘导航","Open popup menu for split buttons":"该组合键的作用是软回车(插入br)"})},f201:function(t,e,n){"use strict";n.d(e,"U",(function(){return a})),n.d(e,"j",(function(){return o})),n.d(e,"zb",(function(){return i})),n.d(e,"B",(function(){return l})),n.d(e,"k",(function(){return u})),n.d(e,"vb",(function(){return s})),n.d(e,"c",(function(){return d})),n.d(e,"i",(function(){return c})),n.d(e,"f",(function(){return p})),n.d(e,"g",(function(){return m})),n.d(e,"e",(function(){return b})),n.d(e,"h",(function(){return f})),n.d(e,"b",(function(){return h})),n.d(e,"v",(function(){return g})),n.d(e,"u",(function(){return y})),n.d(e,"x",(function(){return O})),n.d(e,"w",(function(){return w})),n.d(e,"y",(function(){return v})),n.d(e,"sb",(function(){return C})),n.d(e,"fb",(function(){return j})),n.d(e,"ob",(function(){return k})),n.d(e,"o",(function(){return L})),n.d(e,"xb",(function(){return P})),n.d(e,"wb",(function(){return S})),n.d(e,"yb",(function(){return x})),n.d(e,"rb",(function(){return T})),n.d(e,"qb",(function(){return I})),n.d(e,"pb",(function(){return _})),n.d(e,"T",(function(){return A})),n.d(e,"tb",(function(){return D})),n.d(e,"R",(function(){return F})),n.d(e,"Q",(function(){return R})),n.d(e,"S",(function(){return H})),n.d(e,"A",(function(){return B})),n.d(e,"z",(function(){return z})),n.d(e,"t",(function(){return E})),n.d(e,"N",(function(){return N})),n.d(e,"P",(function(){return U})),n.d(e,"eb",(function(){return M})),n.d(e,"n",(function(){return $})),n.d(e,"a",(function(){return q})),n.d(e,"l",(function(){return G})),n.d(e,"d",(function(){return V})),n.d(e,"m",(function(){return W})),n.d(e,"O",(function(){return J})),n.d(e,"ib",(function(){return Y})),n.d(e,"nb",(function(){return K})),n.d(e,"jb",(function(){return X})),n.d(e,"lb",(function(){return Z})),n.d(e,"kb",(function(){return Q})),n.d(e,"gb",(function(){return tt})),n.d(e,"mb",(function(){return et})),n.d(e,"hb",(function(){return nt})),n.d(e,"db",(function(){return rt})),n.d(e,"cb",(function(){return at})),n.d(e,"Z",(function(){return ot})),n.d(e,"ab",(function(){return it})),n.d(e,"bb",(function(){return lt})),n.d(e,"H",(function(){return ut})),n.d(e,"D",(function(){return st})),n.d(e,"C",(function(){return dt})),n.d(e,"G",(function(){return ct})),n.d(e,"F",(function(){return pt})),n.d(e,"E",(function(){return mt})),n.d(e,"I",(function(){return bt})),n.d(e,"L",(function(){return ft})),n.d(e,"K",(function(){return ht})),n.d(e,"J",(function(){return gt})),n.d(e,"M",(function(){return yt})),n.d(e,"r",(function(){return Ot})),n.d(e,"p",(function(){return wt})),n.d(e,"s",(function(){return vt})),n.d(e,"q",(function(){return Ct})),n.d(e,"V",(function(){return jt})),n.d(e,"Y",(function(){return kt})),n.d(e,"X",(function(){return Lt})),n.d(e,"W",(function(){return Pt})),n.d(e,"ub",(function(){return St}));var r=n("b775");function a(t){return Object(r["b"])({url:"/common-dic/update2",method:"POST",data:t})}function o(t){return Object(r["b"])({url:"/withdrawal-net/index",method:"get",params:t})}function i(t){return Object(r["b"])({url:"/withdrawal-net/create",method:"POST",data:t})}function l(t,e){return Object(r["b"])({url:"/withdrawal-net/update",method:"put",params:t,data:e})}function u(t){return Object(r["b"])({url:"/common-dic/index2",method:"get",params:t})}function s(t){return Object(r["b"])({url:"/withdrawal-net/delete",method:"delete",params:t})}function d(t){return Object(r["b"])({url:"/coin/index",method:"get",params:t})}function c(t,e){return Object(r["b"])({url:"/coin/update",method:"put",params:t,data:e})}function p(t){return Object(r["b"])({url:"/coin-recharge-net",method:"get",params:t})}function m(t){return Object(r["b"])({url:"/coin-recharge-net/delete",method:"delete",params:t})}function b(t){return Object(r["b"])({url:"/coin/net",method:"get",params:t})}function f(t){return Object(r["b"])({url:"/coin-recharge-net/create",method:"POST",data:t})}function h(t){return Object(r["b"])({url:"/invite-level/index",method:"get",params:t})}function g(t,e){return Object(r["b"])({url:"/invite-level/update",method:"put",params:t,data:e})}function y(t){return Object(r["b"])({url:"/invite-level/create",method:"POST",data:t})}function O(t){return Object(r["b"])({url:"/invite-profit-static/index",method:"get",params:t})}function w(t){return Object(r["b"])({url:"/invite-profit-static/detail",method:"get",params:t})}function v(t){return Object(r["b"])({url:"/invite-profit-static/profit",method:"get",params:t})}function C(t){return Object(r["b"])({url:"/wallet/transfer-log",method:"get",params:t})}function j(t){return Object(r["b"])({url:"/wallet/transfer-export",method:"get",responseType:"blob",params:t})}function k(t){return Object(r["b"])({url:"/wallet/flash-exchange-log",method:"get",params:t})}function L(t){return Object(r["b"])({url:"/wallet/flash-exchange-export",method:"get",responseType:"blob",params:t})}function P(t){return Object(r["b"])({url:"/withdraw/index",method:"get",params:t})}function S(t){return Object(r["b"])({url:"/withdraw/export",method:"get",responseType:"blob",params:t})}function x(t,e){return Object(r["b"])({url:"/withdraw/update",method:"put",params:t,data:e})}function T(t){return Object(r["b"])({url:"/wallet/operate-log",method:"get",params:t})}function I(t){return Object(r["b"])({url:"/wallet/operate",method:"POST",data:t})}function _(t){return Object(r["b"])({url:"/wallet/modify-wallet-operate-remark",method:"PATCH",data:t})}function A(t){return Object(r["b"])({url:"/wallet/operate-export",method:"get",responseType:"blob",params:t})}function D(t){return Object(r["b"])({url:"/withdraw/abandon",method:"POST",data:t})}function F(t){return Object(r["b"])({url:"/recharge/confirm",method:"POST",data:t})}function R(t){return Object(r["b"])({url:"/recharge/abandon",method:"POST",data:t})}function H(t){return Object(r["b"])({url:"/recharge/export",method:"get",responseType:"blob",params:t})}function B(t){return Object(r["b"])({url:"/invite-profit-static/log",method:"get",params:t})}function z(t){return Object(r["b"])({url:"/invite-profit-static/change-type",method:"get",params:t})}function E(t){return Object(r["b"])({url:"/futures-order/index",method:"get",params:t})}function N(t){return Object(r["b"])({url:"/futures-order/close",method:"POST",data:t})}function U(t){return Object(r["b"])({url:"/futures-order/cancel-close",method:"POST",data:t})}function M(t){return Object(r["b"])({url:"/coin-control/index",method:"get",params:t})}function $(t,e){return Object(r["b"])({url:"/coin-control/update",method:"put",params:t,data:e})}function q(t){return Object(r["b"])({url:"/coin-control/create",method:"post",data:t})}function G(t,e){return Object(r["b"])({url:"/coin-control/delete",method:"DELETE",params:t,data:e})}function V(t){return Object(r["b"])({url:"/coin-control/coin",method:"get",params:t})}function W(t){return Object(r["b"])({url:"/futures-order/close-fee",method:"get",params:t})}function J(t){return Object(r["b"])({url:"/futures-order/close-all",method:"POST",params:t})}function Y(t){return Object(r["b"])({url:"/tutorial/index",method:"get",params:t})}function K(t){return Object(r["b"])({url:"/tutorial-type/index",method:"get",params:t})}function X(t){return Object(r["b"])({url:"/tutorial-type/create",method:"POST",data:t})}function Z(t,e){return Object(r["b"])({url:"/tutorial-type/update",method:"put",params:t,data:e})}function Q(t){return Object(r["b"])({url:"/tutorial-type/delete",method:"delete",params:t})}function tt(t){return Object(r["b"])({url:"/tutorial/create",method:"POST",data:t})}function et(t,e){return Object(r["b"])({url:"/tutorial/update",method:"put",params:t,data:e})}function nt(t){return Object(r["b"])({url:"/tutorial/delete",method:"delete",params:t})}function rt(t){return Object(r["b"])({url:"/task/index",method:"get",params:t})}function at(t,e){return Object(r["b"])({url:"/task/update",method:"put",params:t,data:e})}function ot(t){return Object(r["b"])({url:"/task/create",method:"POST",data:t})}function it(t){return Object(r["b"])({url:"/task/delete",method:"delete",params:t})}function lt(t){return Object(r["b"])({url:"/task-member/index",method:"get",params:t})}function ut(t){return Object(r["b"])({url:"/option-order/index",method:"get",params:t})}function st(t){return Object(r["b"])({url:"/option-coin/index",method:"get",params:t})}function dt(t){return Object(r["b"])({url:"/option-coin/coin",method:"get",params:t})}function ct(t,e){return Object(r["b"])({url:"/option-coin/update",method:"put",params:t,data:e})}function pt(t){return Object(r["b"])({url:"/option-coin/delete",method:"delete",params:t})}function mt(t){return Object(r["b"])({url:"/option-coin/create",method:"post",data:t})}function bt(t){return Object(r["b"])({url:"/option-rule/index",method:"get",params:t})}function ft(t,e){return Object(r["b"])({url:"/option-rule/update",method:"put",params:t,data:e})}function ht(t){return Object(r["b"])({url:"/option-rule/delete",method:"delete",params:t})}function gt(t){return Object(r["b"])({url:"/option-rule/create",method:"post",data:t})}function yt(t){return Object(r["b"])({url:"/option-order/statistics",method:"get"})}function Ot(t){return Object(r["b"])({url:"/footer/index",method:"get",params:t})}function wt(t){return Object(r["b"])({url:"/footer/create",method:"post",data:t})}function vt(t,e){return Object(r["b"])({url:"/footer/update",method:"put",params:t,data:e})}function Ct(t){return Object(r["b"])({url:"/footer/delete",method:"delete",params:t})}function jt(t){return Object(r["b"])({url:"/spread-level/index",method:"get",params:t})}function kt(t,e){return Object(r["b"])({url:"/spread-level/update",method:"put",params:t,data:e})}function Lt(t){return Object(r["b"])({url:"/spread-level/delete",method:"delete",params:t})}function Pt(t){return Object(r["b"])({url:"/spread-level/create",method:"post",data:t})}function St(t){return Object(r["b"])({url:"/withdraw-account/index",method:"get",params:t})}}}]);
|