search.js 71 B

12345
  1. module.exports = class extends think.Logic {
  2. indexAction() {
  3. }
  4. };