|
@@ -28,8 +28,8 @@ css.innerHTML = `html{font-size: ${fontSize}px}`
|
|
|
document.head.appendChild(css)
|
|
document.head.appendChild(css)
|
|
|
var iNoBounce = require('./inobounce.min.js')
|
|
var iNoBounce = require('./inobounce.min.js')
|
|
|
var isiOS = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
|
var isiOS = !!navigator.userAgent.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);
|
|
|
-// const baseUrl = process.env.NODE_ENV === 'production' ? '../' : 'http://xjw.izouma.com';
|
|
|
|
|
-const baseUrl = 'http://xjw.izouma.com'
|
|
|
|
|
|
|
+// const baseUrl = process.env.NODE_ENV === 'production' ? '../' : 'http://www.xiangjuwu.com';
|
|
|
|
|
+const baseUrl = 'http://www.xiangjuwu.com'
|
|
|
store.commit('updateBaseUrl', baseUrl)
|
|
store.commit('updateBaseUrl', baseUrl)
|
|
|
axios.defaults.withCredentials = true;
|
|
axios.defaults.withCredentials = true;
|
|
|
axios.defaults.baseURL = baseUrl;
|
|
axios.defaults.baseURL = baseUrl;
|