first commit
This commit is contained in:
11
unpackage/dist/dev/mp-weixin/config.js
vendored
Normal file
11
unpackage/dist/dev/mp-weixin/config.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
const ENV_API_URL = {
|
||||
// development: 'http://192.168.1.63:1001', //开发环境
|
||||
development: "https://iuser.zhongshuai2023.com",
|
||||
//开发环境
|
||||
// production: 'https://iuser.zhongshuai2023.com', //开发环境
|
||||
production: "https://guangdongapp.zhongshuai2023.com"
|
||||
//生产环境
|
||||
};
|
||||
const API_URL = ENV_API_URL["development"];
|
||||
exports.API_URL = API_URL;
|
||||
Reference in New Issue
Block a user