flx:新增济南接口
This commit is contained in:
parent
9dec0cd1e0
commit
ad4dd03372
@ -189,7 +189,8 @@ if (process.env.NODE_ENV == "development") {
|
|||||||
// axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用)
|
// axios.defaults.baseURL = 'http://47.93.215.234:11211/'//鞍钢测试地址(弃用)
|
||||||
// axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址
|
// axios.defaults.baseURL = 'http://42.180.188.17:11211/' //鞍钢测试地址
|
||||||
// axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址
|
// axios.defaults.baseURL = 'http://8.136.222.164:8808/' //中科安信正式地址
|
||||||
axios.defaults.baseURL = 'http://1.13.185.209:9820/' //中科佳成正式地址
|
// axios.defaults.baseURL = 'http://1.13.185.209:9820/' //中科佳成正式地址
|
||||||
|
axios.defaults.baseURL = 'http://192.168.110.220:9809/' //同济正式地址
|
||||||
// axios.defaults.baseURL = 'http://192.168.100.4:9809/' //乌丹(合肥启程)新正式地址
|
// axios.defaults.baseURL = 'http://192.168.100.4:9809/' //乌丹(合肥启程)新正式地址
|
||||||
} else if (process.env.NODE_ENV == "debug") {
|
} else if (process.env.NODE_ENV == "debug") {
|
||||||
axios.defaults.baseURL = "https://www.ceshi.com";
|
axios.defaults.baseURL = "https://www.ceshi.com";
|
||||||
|
|||||||
@ -46,8 +46,10 @@ export default new Vuex.Store({
|
|||||||
|
|
||||||
state: {
|
state: {
|
||||||
PAGESIZRS: [10, 20, 30, 50],
|
PAGESIZRS: [10, 20, 30, 50],
|
||||||
UPLOADURL: 'http://1.13.185.209:9820/upload/image/', // 中科佳成
|
UPLOADURL: 'http://192.168.110.220:9809/upload/image/', // 同济
|
||||||
FILEURL: 'http://1.13.185.209:9820/image/', // 中科佳成
|
FILEURL: ' http://192.168.110.220:9809/image/', // 同济
|
||||||
|
// UPLOADURL: 'http://1.13.185.209:9820/upload/image/', // 中科佳成
|
||||||
|
// FILEURL: 'http://1.13.185.209:9820/image/', // 中科佳成
|
||||||
// UPLOADURL: ' http://101.43.164.214:11111/upload/image/', // 百色
|
// UPLOADURL: ' http://101.43.164.214:11111/upload/image/', // 百色
|
||||||
// FILEURL: ' http://101.43.164.214:11111/image/', // 百色
|
// FILEURL: ' http://101.43.164.214:11111/image/', // 百色
|
||||||
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',
|
// UPLOADURL:'http://182.90.224.237:51234/upload/image/',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user