fix: BUG修改
This commit is contained in:
parent
8fa0f135bd
commit
78cfed6e75
@ -51,12 +51,12 @@ export default new Vuex.Store({
|
|||||||
BASEURL: baseUrl
|
BASEURL: baseUrl
|
||||||
? baseUrl
|
? baseUrl
|
||||||
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
: window.location.protocol + "//" + window.location.host + "/", //正式环境
|
||||||
// UPLOADURL:
|
UPLOADURL:
|
||||||
// window.location.protocol +
|
window.location.protocol +
|
||||||
// "//" +
|
"//" +
|
||||||
// window.location.host +
|
window.location.host +
|
||||||
// "/upload/image", //正式环境
|
"/upload/image", //正式环境
|
||||||
// FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
FILEURL: window.location.protocol + "//" + window.location.host + "/image/", //正式环境
|
||||||
//---------------------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------------------
|
||||||
// BASEURL: baseUrl
|
// BASEURL: baseUrl
|
||||||
// ? baseUrl
|
// ? baseUrl
|
||||||
@ -104,8 +104,8 @@ export default new Vuex.Store({
|
|||||||
// FILEURL: 'http://118.121.198.147:23232/image/',//四川成润(正式)
|
// FILEURL: 'http://118.121.198.147:23232/image/',//四川成润(正式)
|
||||||
// UPLOADURL: 'http://121.196.214.246/api/upload/image',//金林湾
|
// UPLOADURL: 'http://121.196.214.246/api/upload/image',//金林湾
|
||||||
// FILEURL: 'http://121.196.214.246/api/image/',//金林湾
|
// FILEURL: 'http://121.196.214.246/api/image/',//金林湾
|
||||||
UPLOADURL: 'http://192.168.34.221:28888/upload/image',//郭圣雄本地
|
// UPLOADURL: 'http://192.168.34.221:28888/upload/image',//郭圣雄本地
|
||||||
FILEURL: 'http://192.168.34.221:28888/image/',//郭圣雄本地
|
// FILEURL: 'http://192.168.34.221:28888/image/',//郭圣雄本地
|
||||||
// UPLOADURL: 'http://101.43.164.214:45011/upload/image',//上海优益
|
// UPLOADURL: 'http://101.43.164.214:45011/upload/image',//上海优益
|
||||||
// FILEURL: 'http://101.43.164.214:45011/image/',//上海优益
|
// FILEURL: 'http://101.43.164.214:45011/image/',//上海优益
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user