feat: 更换加载动画

This commit is contained in:
xiaoxian521
2021-07-22 11:33:45 +08:00
parent 9bb4f34707
commit c260f88e38
5 changed files with 81 additions and 149 deletions

View File

@@ -44,6 +44,7 @@ export default ({ command }: ConfigEnv): UserConfigExport => {
* @default 3000
*/
port: VITE_PORT,
host: "0.0.0.0",
// 本地跨域代理
proxy: createProxy(VITE_PROXY)
},