|
|
@@ -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>
|