初始化提交

This commit is contained in:
shenquanyi
2024-07-04 15:22:53 +08:00
commit e8e1d42051
325 changed files with 33524 additions and 0 deletions

8
js/common.js Normal file
View File

@@ -0,0 +1,8 @@
var urls = {
"dev": 'http://192.168.0.160:80',
"test": 'http://192.168.0.160:7100',
"prod": 'https://www.aiotagro.com',
}
var env = 'prod'
var serveUrl = urls[env]