mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-31 21:29:37 +08:00
🐛 Fix: confused port number auto increasing when opening a new PicGo app
This commit is contained in:
@@ -541,6 +541,7 @@ export default class extends Vue {
|
||||
this.form.logLevel = logLevel
|
||||
}
|
||||
confirmServerSetting () {
|
||||
this.server.port = parseInt(this.server.port, 10)
|
||||
this.letPicGoSaveData({
|
||||
'settings.server': this.server
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user