diff --git a/App.vue b/App.vue index 48286a2..0aba66a 100644 --- a/App.vue +++ b/App.vue @@ -1,13 +1,15 @@ diff --git a/env/yzdev.js b/env/yzdev.js new file mode 100644 index 0000000..1614ffb --- /dev/null +++ b/env/yzdev.js @@ -0,0 +1,6 @@ +const ENV_PATH = { + baseUrl: 'https://zh.aihxz.com', // 销讲助手 + domain: 'zh.aihxz.com', // 主域名 +} + +module.exports = ENV_PATH \ No newline at end of file diff --git a/manifest.json b/manifest.json index 82f8d3e..0036ab9 100644 --- a/manifest.json +++ b/manifest.json @@ -72,7 +72,7 @@ }, "quickapp" : {}, "mp-weixin" : { - "appid" : "wx8f883dca5ecc5510", + "appid" : "wx3c3f25187e6b6176", "setting" : { "urlCheck" : false, "es6" : true, diff --git a/package.json b/package.json index 5afe7f0..36b8c42 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,16 @@ "define": { "WXSC-PLATFORM": true } + }, + "weixin:yzdev": { + "title": "云筑数智助手 生产", + "env": { + "UNI_PLATFORM": "mp-weixin", + "ENV_PATH": "@/env/yzdev.js" + }, + "define": { + "WXSC-PLATFORM": true + } } } } diff --git a/pages/index/guide.vue b/pages/index/guide.vue index 7112b21..646f6eb 100644 --- a/pages/index/guide.vue +++ b/pages/index/guide.vue @@ -1,36 +1,40 @@