Commit a996a816 authored by 徐光星's avatar 徐光星

Merge branch 'hotfix' into 'master'

fix(appid): fix 修复appid错误问题

See merge request !11
parents 1c9dd5c9 74bdb5ad
...@@ -2,8 +2,8 @@ import config from '@/config'; ...@@ -2,8 +2,8 @@ import config from '@/config';
import http from '@/service/httpDecorator'; import http from '@/service/httpDecorator';
import qs from 'qs'; import qs from 'qs';
const { talosHost } = config; const { talosHost } = config;
// const MINI_APP_ID = 'wxb3e6270e1b1e0bc7'; // 羊小咩 const MINI_APP_ID = 'wxb3e6270e1b1e0bc7'; // 羊小咩
const MINI_APP_ID = 'wxe16bf9293671506c'; // 狼大呜 // const MINI_APP_ID = 'wxe16bf9293671506c'; // 狼大呜
export default { export default {
// 查询商品sku详情 // 查询商品sku详情
......
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