Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
X
xxsq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王雪伟
xxsq
Commits
013d5b1e
Commit
013d5b1e
authored
Jun 14, 2022
by
maxiaoliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f45e2dbe
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
version.properties
app/version.properties
+2
-2
NetConfig.java
cms/src/main/java/com/zxhl/cms/common/NetConfig.java
+1
-1
No files found.
app/version.properties
View file @
013d5b1e
PACKAGE_NAME
=
com.zxhl.shop
PACKAGE_NAME
=
com.zxhl.shop
VERSION_CODE
=
10
VERSION_CODE
=
11
VERSION_NAME
=
1.0.9
VERSION_NAME
=
1.1.0
\ No newline at end of file
\ No newline at end of file
cms/src/main/java/com/zxhl/cms/common/NetConfig.java
View file @
013d5b1e
...
@@ -21,7 +21,7 @@ public class NetConfig {
...
@@ -21,7 +21,7 @@ public class NetConfig {
}
}
// 根据调试选项更新环境
// 根据调试选项更新环境
public
static
Environment
sEnvironment
=
DEV
;
// 当前环境
public
static
Environment
sEnvironment
=
PRODUCT
;
// 当前环境
public
static
String
BASE_WEB_URL
=
""
;
public
static
String
BASE_WEB_URL
=
""
;
public
static
String
BASE_URL
=
""
;
public
static
String
BASE_URL
=
""
;
public
static
String
BASE_NEW_URL
=
""
;
public
static
String
BASE_NEW_URL
=
""
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment