xiongzhu 4 лет назад
Родитель
Сommit
6bea54ca48
1 измененных файлов с 0 добавлено и 22 удалено
  1. 0 22
      o2web/source/x_desktop/index.html

+ 0 - 22
o2web/source/x_desktop/index.html

@@ -87,27 +87,5 @@
     <script src="../o2_lib/vue/vue.js"></script>
     <script src="../o2_lib/element/index.js"></script>
     <script src="../o2_lib/fontawesome/fontawesome-v5.2.0.js"></script>
-    <script>
-        new Vue({
-            el: '#app',
-            data: function () {
-                return { visible: false }
-            },
-            methods: {
-                handleOpen(key, keyPath) {
-                    console.log(key, keyPath);
-                },
-                handleClose(key, keyPath) {
-                    console.log(key, keyPath);
-                },
-                open(e, appNames, options, statusObj) {
-                    console.log(e, appNames, options, statusObj);
-                    if (layout) {
-                        layout.openApplication(e, appNames, options, statusObj);
-                    }
-                }
-            }
-        })
-    </script>
 </body>
 </html>