Showing
8 changed files
with
57 additions
and
2 deletions
web-static/js/order/save.js
0 → 100644
web-static/sass/order/_index.scss
0 → 100644
1 | +@import "save"; |
web-static/sass/order/_save.scss
0 → 100644
@@ -4,7 +4,7 @@ application.directory = APPLICATION_PATH "/application" | @@ -4,7 +4,7 @@ application.directory = APPLICATION_PATH "/application" | ||
4 | ;;website library | 4 | ;;website library |
5 | application.library = ROOT_PATH "/library" | 5 | application.library = ROOT_PATH "/library" |
6 | ;;模块配置 | 6 | ;;模块配置 |
7 | -application.modules = "Index,Product,Passport" | 7 | +application.modules = "Index,Product,Passport,Order" |
8 | ;;加载 | 8 | ;;加载 |
9 | application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php" | 9 | application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php" |
10 | ;;view文件的扩展名 | 10 | ;;view文件的扩展名 |
-
Please register or login to post a comment