mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 02:18:20 +01:00
fix
This commit is contained in:
parent
dc9e9a85d6
commit
30762988cf
@ -4,7 +4,7 @@ copyfiles = index.ls style.css router.lua models views controllers logs
|
|||||||
|
|
||||||
main:
|
main:
|
||||||
- mkdir $(BUILDDIR)
|
- mkdir $(BUILDDIR)
|
||||||
cp -rf $(copyfiles) $(BUILDDIR)
|
- cp -rf $(copyfiles) $(BUILDDIR)
|
||||||
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
- cd $(BUILDDIR) && ln -s ../grs ./rst
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(BUILDDIR)/*
|
rm -rf $(BUILDDIR)/*
|
@ -45,3 +45,6 @@ function IndexController:notoc(...)
|
|||||||
return self:index(table.unpack({...}))
|
return self:index(table.unpack({...}))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function IndexController:actionnotfound(...)
|
||||||
|
return self:notoc(table.unpack({...}))
|
||||||
|
end
|
Loading…
Reference in New Issue
Block a user