Shazoo
Shazoo
user could use this key to force deltafetch store current request footprint . it is usable way to fix re-directing request issue .
as title . reboot the application , the nickname has been set successfully .
#### 实现场景: 基础实例的修改 #### 存在的问题: 在initApi内获取的数据,在crud内展示。 问题是,到了operation部分,就无法获取这个数据了。 #### 当前方案: ``` (function () { const response = { data: { "type": "page", "initApi": "get:/api/users/GetMe", // 获取一个"me"的对象 "title": "${me.username},欢迎回来!", // 这里正常获取了。 "debug":...