1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 应用全局配置
|
||||
module.exports = {
|
||||
baseUrl: 'http://127.0.0.1:8888',
|
||||
baseUrl: 'http://127.0.0.1:7000',
|
||||
// baseUrl: 'http://localhost:8080',
|
||||
// 应用信息
|
||||
appInfo: {
|
||||
|
||||
@@ -40,6 +40,7 @@ const request = config => {
|
||||
header: config.header,
|
||||
dataType: 'json'
|
||||
}).then(response => {
|
||||
console.log('url', storageBaseUrl + config.url);
|
||||
let [error, res] = response
|
||||
if (error) {
|
||||
console.log('config', config);
|
||||
|
||||
Reference in New Issue
Block a user