05 2022 档案
摘要:import Vue from 'vue'; // 自定义元素实现弹框拖拽 Vue.directive('draw', { inserted: function (el) { el.setAttribute('style', 'position: fixed; z-index: 1000'); },
阅读全文
摘要:1.在根目录的public下创建三个文件 index.js let config = { env: 'development', //development 测试 production 线上 VERSION: 'v0.1.1', APP_KEY: 'key' }; if (config.env 'd
阅读全文