Skip to content

Commit cdbf600

Browse files
committed
fix:git
1 parent a8d6de9 commit cdbf600

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,4 @@ local.properties
5252
src/service/config.js
5353

5454
/src/service/config.js
55+
src/service/config.js

src/service/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// const apiBaseUrl = 'http://localhost:1800'
2-
const apiBaseUrl = 'http://retail_v13.api.5ug.com/'
1+
const apiBaseUrl = 'http://localhost:1800'
2+
// const apiBaseUrl = 'http://retail_v13.api.5ug.com/'
33

44
const version = '1.9.821415'
55
const isTenant = false

0 commit comments

Comments
 (0)