Browse Source

部署后提示用户更新07

tyler 2 years ago
parent
commit
d0da54c367
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -3,7 +3,7 @@
 const path = require('path')
 const defaultSettings = require('./src/settings.js')
 const { WebUpdateNotificationPlugin } = require('@plugin-web-update-notification/webpack')
-const lang = 'en'
+const lang = 'zh'
 
 function resolve(dir) {
   return path.join(__dirname, dir)