首页下拉刷新修改

This commit is contained in:
fengerli
2025-09-25 15:04:52 +08:00
parent ab696c3076
commit 67cfda12aa
3 changed files with 177 additions and 178 deletions

View File

@ -1,5 +1,5 @@
import config from '../config/index.js';
const env = 'development'; //production development //开发of线上 改这里就行
const env = 'production'; //production development //开发of线上 改这里就行
const BASE = config[env];
const request = (options) => {
console.log("options"+JSON.stringify(options),BASE.BASE_URL)