Skip to content

Commit

Permalink
消除警告
Browse files Browse the repository at this point in the history
  • Loading branch information
atlantis-l committed Nov 29, 2023
1 parent 561731f commit e61d97d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ export default defineComponent({
//模态窗口事件
handleModalOk() {
if (this.store.changeCustomMainnet(this.customMainnet)) {
//@ts-ignore
clearInterval(this.interval);
this.getCurrentGasPrice();
Expand Down Expand Up @@ -355,6 +356,7 @@ export default defineComponent({
//@ts-ignore
this.store.changeMainnet(value);
//@ts-ignore
clearInterval(this.interval);
this.getCurrentGasPrice();
Expand Down
3 changes: 3 additions & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export default defineConfig(({ command }) => {
const sourcemap = isServe || !!process.env.VSCODE_DEBUG;

return {
build: {
chunkSizeWarningLimit: 99999,
},
plugins: [
vue(),
electron([
Expand Down

0 comments on commit e61d97d

Please sign in to comment.