This commit is contained in:
2025-02-22 14:32:38 +08:00
parent d469b83888
commit e667c77cb7
2 changed files with 2 additions and 1 deletions

View File

@@ -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: {

View File

@@ -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);