Commit d9bfff91 authored by zhengke's avatar zhengke

no message

parent 0958ff95
...@@ -2,8 +2,8 @@ export default { ...@@ -2,8 +2,8 @@ export default {
install(Vue, options) { install(Vue, options) {
Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285" Vue.prototype.host = "https://wx.weibaoge.cn/web/index.php?_mall_id=1285"
// Vue.prototype.host2 = "http://192.168.20.24:8200" Vue.prototype.host2 = "http://192.168.10.11:8088"
Vue.prototype.host2 = "http://192.168.10.02:8088" // Vue.prototype.host2 = "http://192.168.10.46:8200"
// Vue.prototype.host2 = "https://mallApi.oytour.com" // Vue.prototype.host2 = "https://mallApi.oytour.com"
Vue.prototype.UploadConfig = function() { //本地上传配置 Vue.prototype.UploadConfig = function() { //本地上传配置
...@@ -165,7 +165,7 @@ export default { ...@@ -165,7 +165,7 @@ export default {
// 获取小程序APPID // 获取小程序APPID
Vue.prototype.GetMiniAppId = function() { Vue.prototype.GetMiniAppId = function() {
let appObj = {}; let appObj = {};
let appType = 6; let appType = 8;
switch (appType) { switch (appType) {
case 1: //赞羊 case 1: //赞羊
appObj = { appObj = {
...@@ -218,7 +218,8 @@ export default { ...@@ -218,7 +218,8 @@ export default {
break; break;
case 8: case 8:
appObj = { //恋爱星球 appObj = { //恋爱星球
AppId: 'wx681f8ad58e6c48e4', // wx681f8ad58e6c48e4
AppId: 'wx974a776429e03ee6',
TenantId: 21, TenantId: 21,
MallBaseId: 11, MallBaseId: 11,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment