This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PDA/module/moduleCustomer/config/program.json
2024-01-24 16:47:50 +08:00

10 lines
349 B
JSON

[
{
"name" : "sample",
"url" : "/sample",
"params" : {},
"templateUrl" : "module/moduleCustomer/program/sample/sample_C.html",
"controllerUrl": "module/moduleCustomer/program/sample/sample_C.js",
"css" : ["module/moduleCustomer/program/sample/sample_C.css"]
}
]