Commit 5910ce3d authored by 黄奎's avatar 黄奎

1

parent 6b2bce9e
......@@ -66,7 +66,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wx5564525562e92ddb",
"appid" : "wxaeb077c07ed6f30d",
"setting" : {
"urlCheck" : false,
"minified" : false
......
......@@ -208,7 +208,7 @@ export default {
// 获取小程序APPID
Vue.prototype.GetMiniAppId = function() {
let appObj = {};
let appType = 7;
let appType = 15;
switch (appType) {
case 1: //赞羊
appObj = {
......
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