File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ function startRenderer () {
7373 }
7474 )
7575
76- server . listen ( 9080 )
76+ server . listen ( 9090 )
7777 } )
7878}
7979
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ if (process.env.NODE_ENV !== 'development') {
1212
1313let mainWindow
1414const winURL = process . env . NODE_ENV === 'development'
15- ? `http://localhost:9080 `
15+ ? `http://localhost:9090 `
1616 : `file://${ __dirname } /index.html`
1717
1818function createWindow ( ) {
Original file line number Diff line number Diff line change @@ -56,12 +56,8 @@ let GetLocal = function (name) {
5656 return JSON . parse ( window . localStorage . getItem ( name ) )
5757}
5858
59- // let root = 'http://127.0.0.1:4100/v3'
60- // let apiRoot = 'http://127.0.0.1:4100'
61- // let qiniuUrl = 'http://oupexjsrd.bkt.clouddn.com/'
62-
63- let root = 'https://api.todokit.vip/v3'
64- let apiRoot = 'https://api.todokit.vip'
59+ let root = 'http://127.0.0.1:4100/v3'
60+ let apiRoot = 'http://127.0.0.1:4100'
6561let qiniuUrl = 'http://oupexjsrd.bkt.clouddn.com/'
6662
6763export default {
You can’t perform that action at this time.
0 commit comments