1
0
forked from dyf/APP

mainfast.json中去掉广告标识

This commit is contained in:
liub
2025-09-25 11:01:42 +08:00
parent 17e76f9fa8
commit 15d99211a0
52 changed files with 4 additions and 82550 deletions

View File

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