网页加载预发布环境修改
This commit is contained in:
parent
431a9a5372
commit
5407e9d740
@ -10,7 +10,7 @@ import '../../translations/trans_lib.dart';
|
|||||||
|
|
||||||
// 网页的宏定义网址
|
// 网页的宏定义网址
|
||||||
class XSWebviewURLMacro {
|
class XSWebviewURLMacro {
|
||||||
static const baseWebURL = 'http://192.168.56.101:8099'; //baseURL
|
static const baseWebURL = 'https://pre.lock.star-lock.cn:8093'; //baseURL
|
||||||
static const userAgreementURL =
|
static const userAgreementURL =
|
||||||
'$baseWebURL/page/detail?pageId=1&lang=cn'; //1用户协议
|
'$baseWebURL/page/detail?pageId=1&lang=cn'; //1用户协议
|
||||||
static const privacyPolicyURL =
|
static const privacyPolicyURL =
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
abstract class Api {
|
abstract class Api {
|
||||||
final String baseUrl = "https://pre.lock.star-lock.cn:8093/api"; //曾工本地
|
final String baseUrl = "https://pre.lock.star-lock.cn:8093/api"; //预发布环境
|
||||||
// final String baseUrl = "http://test.lock.star-lock.cn/api"; // 葛工
|
// final String baseUrl = "http://test.lock.star-lock.cn/api"; // 葛工
|
||||||
// final String baseUrl = "https://lock.star-lock.cn/api"; // 测试环境
|
// final String baseUrl = "https://lock.star-lock.cn/api"; // 测试环境
|
||||||
// final String baseUrl = "http://wenlin.lock.star-lock.cn/api"; //曾工
|
// final String baseUrl = "http://wenlin.lock.star-lock.cn/api"; //曾工
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user