fix
This commit is contained in:
19
constants/domain.go
Normal file
19
constants/domain.go
Normal 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/"
|
||||
Reference in New Issue
Block a user