|
@@ -2,9 +2,9 @@
|
|
|
//通用uni-app网络请求
|
|
|
export default {
|
|
|
config: {
|
|
|
- baseUrl: "http://localhost:8200", //本地开发
|
|
|
+ // baseUrl: "http://localhost:8200", //本地开发
|
|
|
// baseUrl: "http://172.27.185.236:8200", //本地开发
|
|
|
- // baseUrl: "https://talent.younggee.com:8201", //默认的公共域名
|
|
|
+ baseUrl: "https://talent.younggee.com:8201", //默认的公共域名
|
|
|
|
|
|
header: {
|
|
|
'Content-Type':'application/json;charset=UTF-8', //默认get方式
|