xiaozy_二维码 #2

Merged
caoliancun merged 11 commits from xiaozy_二维码 into master 2023-07-05 18:35:57 +08:00
Showing only changes of commit c2d90eed8c - Show all commits

View File

@@ -7,8 +7,8 @@ const env = 'production'
const testUrl = 'http://192.168.110.230:38080'
// const productUrl = 'http://121.196.213.68/adminapi' //预生产
// const productUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
const productUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
// const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
const service = axios.create({
baseURL: env == 'production' ? productUrl : testUrl,
// baseURL: testUrl,