@@ -154,7 +154,7 @@ export default {
// 定时刷新
this.timer = setInterval(() => {
this.timerInfo();
- }, 5000);
+ }, 1000);
},
beforeDestroy() {
clearInterval(this.timer);
@@ -22,4 +22,5 @@ module.exports = {
// 输出文件目录
outputDir: 'D:/wwwroot/signal_build/build/static',
+ productionSourceMap: false,
};