revert web code (#2215)

This commit is contained in:
fatedier
2021-01-25 16:04:33 +08:00
committed by GitHub
parent b26080589b
commit ecb6ed9258
53 changed files with 9003 additions and 21790 deletions

14
web/frps/.babelrc Normal file
View File

@@ -0,0 +1,14 @@
{
"presets": [
["es2015", { "modules": false }]
],
"plugins": [
[
"component",
{
"libraryName": "element-ui",
"styleLibraryName": "theme-chalk"
}
]
]
}