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 c05245fa
authored
2026-01-20 11:29:10 +0800
by
Administrator
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
撤回测试模式
1 parent
33dd06d4
Hide 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 @
c05245f
...
...
@@ -76,10 +76,10 @@ class Constant {
///
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';
static
const
String
iotAppBaseUrl
=
EnvConfig
.
env
==
'dev'
?
'https://iotapp-dev.banxiaoer.com/iotapp'
:
'https://iotapp.banxiaoer.com/iotapp'
;
static
const
String
iotAppBaseUrl
=
'http://192.168.2.124:8080/iotapp'
;
//
static const String iotAppBaseUrl ='http://192.168.2.124:8080/iotapp';
/// 微信登录相关
/// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
...
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