Commit 6e33940e authored by xxx's avatar xxx

1

parent f2631e2d
......@@ -8,7 +8,7 @@
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<script src="https://cdn.bootcss.com/eruda/1.5.8/eruda.min.js"></script>
<script>
//eruda.init();
eruda.init();
</script>
<!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
......
......@@ -75,14 +75,14 @@ export default {
//两种方法相互冲突,每次只需要一种,并且获取的id不一样
//app获取设备号方法
this.appGetDeviceId();
//this.appGetDeviceId();
//5+app获取OAID方法
// if (window.plus) {
// this.plusReady();
// } else {
// document.addEventListener('plusready', this.plusReady, false);
// }
if (window.plus) {
this.plusReady();
} else {
document.addEventListener('plusready', this.plusReady, false);
}
},
components: {
// Keyboard
......
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