mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-02-01 15:23:03 +00:00
add thinkData.controller property
This commit is contained in:
parent
dc5049f00b
commit
104a82173b
@ -44,4 +44,12 @@ thinkData.error = {};
|
||||
* store template file list, for check template file exist in view class
|
||||
* @type {Object}
|
||||
*/
|
||||
thinkData.template = {};
|
||||
thinkData.template = {};
|
||||
/**
|
||||
* store sorted controllers in module, for parse route which support sub controllers
|
||||
* {
|
||||
* home: ['test/index', 'test', 'index', 'base']
|
||||
* }
|
||||
* @type {Object}
|
||||
*/
|
||||
thinkData.controller = {};
|
||||
Loading…
x
Reference in New Issue
Block a user