|
|
@@ -2,8 +2,8 @@
|
|
|
var md5 = require("./common/md5.js");
|
|
|
export default {
|
|
|
globalData: { //https://stock.xazhima.com/
|
|
|
- shareUrl:'https://stock.xazhima.com/api/api.php',
|
|
|
- //shareUrl: 'https://guolu.xazhima.com/api/api.php', //开发环境全局接口域名 线上:https://guolu.xazhima.com/
|
|
|
+ //shareUrl:'https://stock.xazhima.com/api/api.php',
|
|
|
+ shareUrl: 'https://guolu.xazhima.com/api/api.php', //开发环境全局接口域名 线上:https://guolu.xazhima.com/
|
|
|
glbalHeight:'',
|
|
|
globalTimestamp: (Date.now()).toString(),
|
|
|
user_id: '',
|