把.env.development和.env.production的配置服务路径单独拿出,做成静态资源

This commit is contained in:
yaoyanan
2021-04-01 16:37:58 +08:00
parent 040a16bcb7
commit e407e8e426
15 changed files with 290 additions and 91 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
props: {
isAsync:{ // 是否采用异步方式初始化树
type:Boolean,
required:true,
required:false,
default:true
},
value:{