diff --git a/front/package.json b/front/package.json
index ef4ebbb..b743d99 100644
--- a/front/package.json
+++ b/front/package.json
@@ -1,6 +1,6 @@
{
"name": "electron",
- "version": "1.0.6",
+ "version": "1.0.7",
"description": "An Electron application with Vue",
"main": "./out/main/index.js",
"author": "lichong",
diff --git a/front/src/main/index.js b/front/src/main/index.js
index d887454..76534d4 100644
--- a/front/src/main/index.js
+++ b/front/src/main/index.js
@@ -21,7 +21,7 @@ function createWindow() {
})
mainWindow.on('ready-to-show', () => {
mainWindow.show()
- // mainWindow.webContents.openDevTools()
+ mainWindow.webContents.openDevTools()
})
mainWindow.webContents.setWindowOpenHandler((details) => {
shell.openExternal(details.url)
diff --git a/front/src/renderer/src/views/shujufenxi.vue b/front/src/renderer/src/views/shujufenxi.vue
index d731659..211002a 100644
--- a/front/src/renderer/src/views/shujufenxi.vue
+++ b/front/src/renderer/src/views/shujufenxi.vue
@@ -162,6 +162,19 @@
}}
+