fastadmin 常用碎片知识点整理

1. js里怎么取到config里的数据

以token为例,这里先在后端把数据写入config,然后在前端js里就会有我们设置的token了

1.后端php部分

$this->assignconfig("token", $this->auth->token);

2.前端js部分

console.log(Config.token)

通过变量Config可以取到你想要的东西

2. 行内编辑 editable

注意在使用editable配置时,formatter渲染请删除
文档地址:https://vitalets.github.io/x-editable/docs.html

1.首先需要安装一下插件

https://www.fastadmin.net/store/editable.html

2.js头部追加一个editable

define(['jquery', 'bootstrap', 'backend', 'table', 'form', 'editable'], function ($, undefined, Backend, Table, Form, undefined) {

 

© 版权声明
THE END
喜欢就支持一下吧
点赞5 分享