Commit 6e33940e authored by xxx's avatar xxx

1

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