This commit is contained in:
laodaming
2023-06-16 10:10:50 +08:00
parent 78c886f057
commit 9769698f22
3 changed files with 23 additions and 4 deletions

19
constants/domain.go Normal file
View File

@@ -0,0 +1,19 @@
package constants
// api域名
const API_URL = "https://fusenapi.kayue.cn:8010"
// 后台域名
const BACK_URL = "http://fusenadmin.kayue.cn:8009"
// h5域名
const H5_URL = "https://fusenh5.kayue.cn:8011"
// vue域名
const VUE_URL = "https://fusenh5.kayue.cn:8011"
// 后台v2域名
const BACKEND_URL = "https://fusenv2admin.kayue.cn:8014/#/"
// 二维码域名
const QRCODE_URL = "http://qrcode.fusenpack.com/site/go/"