Commit c8cdb9c3 by 程默

更改dev 下mixid

parent 2449a336
<script>
export default {
created () {
// NODE_ENV
let extConfig = wx.getExtConfigSync? wx.getExtConfigSync(): {}
if (process.env.NODE_ENV=="development") {
extConfig={mixid:'antgood'}
}
this.$store.commit("setExtConfig", extConfig.mixid);
......
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