Compare commits
2 Commits
3f24bf3f62
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a15577e6e5 | ||
|
|
3f9571e119 |
@@ -235,7 +235,9 @@
|
||||
'1661994395596533760',
|
||||
'1825776105145946112',
|
||||
'1802612281797746688',
|
||||
'1508364963431362560'
|
||||
'1508364963431362560',
|
||||
'1844642035400552448',
|
||||
'1938594475885268992'
|
||||
]
|
||||
var exportFields = exportList.filter((item) => {
|
||||
return item == uni.getStorageSync('oilSitePriceId');
|
||||
|
||||
@@ -2,15 +2,14 @@ import axios from 'axios'
|
||||
import utils from '@/utils/encode'
|
||||
|
||||
// const env = 'test' /* */
|
||||
// const env = 'test'// 仅用于测试、
|
||||
const env = 'production'
|
||||
//42 洛超 /29 孙志华 /40 阿浩
|
||||
// 测试日日顺时需要连阿浩
|
||||
|
||||
const testUrl = 'http://192.168.110.77:38080'
|
||||
// const productionUrl = 'https://www.51xingka.net/oilApp' // 生产,加密 old
|
||||
// const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
|
||||
const productionUrl = 'http://uat.xingoil.com/adminapi'
|
||||
const productionUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
|
||||
// const productionUrl = 'http://uat.xingoil.com/adminapi'
|
||||
// const env = process.env.NODE_ENV // 环境
|
||||
const service = axios.create({
|
||||
baseURL: env=='production'?productionUrl:testUrl, //
|
||||
|
||||
Reference in New Issue
Block a user