Commit fa2f20b5 authored by 肖健's avatar 肖健

友盟的注释了

parent 457dc5dc
...@@ -16,17 +16,17 @@ Vue.prototype.http = http ...@@ -16,17 +16,17 @@ Vue.prototype.http = http
Vue.prototype.$http = $http Vue.prototype.$http = $http
Vue.prototype.$goToLocation = goToLocation Vue.prototype.$goToLocation = goToLocation
import uma from "umtrack-wx"; // import uma from "umtrack-wx";
uma.init({ // uma.init({
appKey: "63aea6cad64e6861390a5766", // appKey: "63aea6cad64e6861390a5766",
useOpenid: true, // useOpenid: true,
autoGetOpenid: false, // autoGetOpenid: true,
debug: true, // debug: true,
}); // });
uma.install = function (Vue) { // uma.install = function (Vue) {
Vue.prototype.$uma = uma; // Vue.prototype.$uma = uma;
}; // };
Vue.use(uma); // Vue.use(uma);
// 订阅消息模板id // 订阅消息模板id
Vue.prototype.nc_templateid = '59-hfHg3CnDvgVEnjqxiHRFwpABehc5lZxHQeUctlrg' Vue.prototype.nc_templateid = '59-hfHg3CnDvgVEnjqxiHRFwpABehc5lZxHQeUctlrg'
......
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