mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
在根目录增加js配置,使所有位置可以提示jq;
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -11,4 +11,5 @@ app/index/controller/Test.php
|
||||
composer.phar
|
||||
app/test/
|
||||
/vendor
|
||||
/runtime
|
||||
/runtime
|
||||
ul.db
|
||||
|
||||
7
jsconfig.json
Normal file
7
jsconfig.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"typeAcquisition": {
|
||||
"include": [
|
||||
"jquery"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user