更新登录
This commit is contained in:
6
lib/common/color/AppGlobal.dart
Normal file
6
lib/common/color/AppGlobal.dart
Normal file
@@ -0,0 +1,6 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
class AppGlobal {
|
||||
static final GlobalKey<NavigatorState> navigatorKey =
|
||||
GlobalKey<NavigatorState>();
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
class ServiceConstant {
|
||||
// static const String baseHost = "vsbs-test.he-info.cn";//服务地址
|
||||
static const String baseHost = "vsbst-api.he-info.cn";//服务地址
|
||||
static const String baseHost = "vsbs-test.he-info.cn";//服务地址
|
||||
// static const String baseHost = "vsbst-api.he-info.cn";//服务地址
|
||||
static const String service_address = "http://$baseHost";
|
||||
|
||||
static String server_service = "/vsbs_app_server";//服务名称
|
||||
@@ -35,4 +35,9 @@ class ServiceConstant {
|
||||
static const String sleep_token = "HdAMjzqiYQKsmHRyEFKhfRGQ";
|
||||
static const String sleep_report_url = "https://alltoone.he-info.cn/h5/#/mattress/sleep/sleep";
|
||||
|
||||
|
||||
static const String user_register = "/api/user/register";//用户注册
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user