mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-18 14:26:56 +00:00
17 lines
260 B
TypeScript
17 lines
260 B
TypeScript
/// <reference path="../../../typings/thinkjs/think.d.ts" />
|
|
|
|
'use strict';
|
|
/**
|
|
* logic
|
|
* @param {} []
|
|
* @return {} []
|
|
*/
|
|
export default class extends think.logic.base {
|
|
/**
|
|
* index action logic
|
|
* @return {} []
|
|
*/
|
|
indexAction(){
|
|
|
|
}
|
|
} |