|
@@ -13,7 +13,7 @@ const automaticlogin = function() {
|
|
|
//console.log($store.state.userInfo)
|
|
|
var that=this;
|
|
|
var extConfig = uni.getExtConfigSync();
|
|
|
- /* extConfig={
|
|
|
+ /* extConfig={
|
|
|
"shopId": "23173848-292E-4AEA-B590-73AC9A763F1D",
|
|
|
"url":"https://store-api.qdbtl.cn/",
|
|
|
"unionId":"C3748B46-B778-40AA-8C60-A9B0F2FA23A7",
|
|
@@ -91,6 +91,13 @@ function getExtStoreId(type){
|
|
|
"unionId":"EF7981B9-2D1D-4006-9C0A-66CE7177134D",
|
|
|
"appId":"wx2c6f04c0dcd15984"
|
|
|
} */
|
|
|
+ /* extConfig={
|
|
|
+ "shopId": "23173848-292E-4AEA-B590-73AC9A763F1D",
|
|
|
+ "url":"https://store-api.qdbtl.cn/",
|
|
|
+ "unionId":"C3748B46-B778-40AA-8C60-A9B0F2FA23A7",
|
|
|
+ "appId":"wxc023ff04deb28f2d"
|
|
|
+ } */
|
|
|
+
|
|
|
console.log(extConfig,'extJson对象');
|
|
|
//return extConfig[type];
|
|
|
return extConfig
|