切换环境
This commit is contained in:
parent
ff3243695f
commit
d6aaf1c647
|
|
@ -9,8 +9,8 @@
|
|||
import 'package:making_school_asignment_app/common/job/common/base_page.dart';
|
||||
|
||||
class RequestConfig {
|
||||
// static const _devBaseUrl = "http://192.168.2.119:1091"; // 开发
|
||||
static const _devBaseUrl = "https://dpc-teacher-api.23544.com"; // 开发
|
||||
static const _devBaseUrl = "http://192.168.2.119:1091"; // 开发
|
||||
// static const _devBaseUrl = "https://dpc-teacher-api.23544.com"; // 开发
|
||||
// static const _proBaseUrl = "http://192.168.2.119:1091"; // 生产
|
||||
static const _proBaseUrl = "https://dpc-teacher-api.23544.com"; // 生产
|
||||
static const imgUrl = 'https://dpc-job-oss.23544.com/';
|
||||
|
|
|
|||
Loading…
Reference in New Issue