Compare commits
2 Commits
88d631f8fb
...
ab450f6c0a
Author | SHA1 | Date |
---|---|---|
|
ab450f6c0a | |
|
7a7476bf01 |
|
@ -19,8 +19,8 @@ module.exports = {
|
|||
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
||||
publicYuMing() {
|
||||
return 'https://admin.sjajk.com'//生产需替换
|
||||
// return 'http://192.168.2.222:8187'
|
||||
// return 'https://sausers.blxinchuang.com'
|
||||
// return 'http://192.168.2.222:8187'
|
||||
},
|
||||
//全局域名 部分html中需要单独替换 需要修改config中的网络请求域名
|
||||
publicYuMingApp() {
|
||||
|
|
|
@ -102,8 +102,8 @@ class Request {
|
|||
constructor() {
|
||||
this.config = {
|
||||
baseUrl: 'https://admin.sjajk.com/', // 请求的根域名//生产需替换
|
||||
// baseUrl: 'http://192.168.2.222:8187/',
|
||||
// baseUrl: 'https://sausers.blxinchuang.com/', // 请求的根域名
|
||||
// baseUrl: 'http://192.168.2.222:8187/',
|
||||
// 默认的请求头
|
||||
header: {},
|
||||
method: 'POST',
|
||||
|
|
Loading…
Reference in New Issue