摘要:
阻止事件冒泡 window.enent ? window.enent.cancelBubble = true : e.stopPropagation() function stopBubble(event){ if(window.event){//兼容IE window.event.cancelBubble=true; }else{ event.stopPropagation(); } ... 阅读全文
posted @ 2019-03-13 11:55
雨下大了没
阅读(283)
评论(0)
推荐(0)
摘要:
目录 : config/index.jsmodule.exports = { dev: { // Paths assetsSubDirectory: 'static', assetsPublicPath: '/', //代理配置 proxyTable: { '/api':{ //使用api 来代替 http://localhost:30... 阅读全文
posted @ 2019-03-05 22:50
雨下大了没
阅读(1104)
评论(0)
推荐(0)
浙公网安备 33010602011771号