Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ethan
/
appframe
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit 51118024
authored
2025-12-09 10:26:45 +0800
by
tanghuan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
设置版本号,更新配置
1 parent
963b0135
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
lib/config/constant.dart
lib/config/constant.dart
View file @
5111802
...
...
@@ -31,7 +31,7 @@ class Constant {
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///
/// app 版本号规则
static
const
String
appVersion
=
'1.0.251209
01
'
;
static
const
String
appVersion
=
'1.0.251209
2
'
;
/// H5的起始终最低版本号规则
static
const
String
h5Version
=
'1.0.0-202512090942'
;
...
...
@@ -54,8 +54,8 @@ class Constant {
/// BASE URL 相关
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///
static
const
String
bxeBaseUrl
=
EnvConfig
.
env
==
'dev'
?
'https://dev.banxiaoer.net'
:
''
;
static
const
String
iotAppBaseUrl
=
EnvConfig
.
env
==
'dev'
?
'https://iotapp-dev.banxiaoer.com/iotapp'
:
''
;
static
const
String
bxeBaseUrl
=
EnvConfig
.
env
==
'dev'
?
'https://dev.banxiaoer.net'
:
'
https://bxr.banxiaoer.com
'
;
static
const
String
iotAppBaseUrl
=
EnvConfig
.
env
==
'dev'
?
'https://iotapp-dev.banxiaoer.com/iotapp'
:
'
https://iotapp.banxiaoer.com/iotapp
'
;
/// IM 相关
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment