dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
修改雷达报警聚合方式
‘liusuyi’
2023-08-09
85f0196891cdf5bc2f80f384df47c7d27fc5d23a
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
webpack
/
buildin
/
system.js
1
2
3
4
5
6
7
// Provide a "System" global.
module.exports = {
// Make sure import is only used as "System.import"
import: function() {
throw new Error("System.import cannot be used indirectly");
}
};