同步闭源版本代码:自动执行升级SQL、历史记录改为数据库存储、去掉git操作,优化代码结构,去掉不需要的文件

This commit is contained in:
暮光:城中城
2023-01-05 20:13:16 +08:00
parent fe1da585ac
commit b8dcdf93a1
109 changed files with 2469 additions and 8158 deletions

View File

@@ -11,6 +11,9 @@
data() {
return {};
},
mounted() {
// console.log("VUE_APP_TEST_ENV" + process.env.VUE_APP_TEST_ENV);
},
methods: {}
}
</script>