first commit

This commit is contained in:
PC-202306242200\Administrator
2026-03-28 23:25:01 +08:00
commit 23dc139a31
293 changed files with 52615 additions and 0 deletions

36
config/config.dev.js Normal file
View File

@@ -0,0 +1,36 @@
import { defineConfig } from "@umijs/max";
import defaultConfig from './defaultConfig';
export default defineConfig({
antd: {
theme: {
},
},
access: {},
model: {},
initialState: {},
request: {},
layout: {
...defaultConfig
},
npmClient: "pnpm",
tailwindcss: {},
define: {
'process.env': {
// API_URL: "http://192.168.0.13:9502",
API_URL: "https://shopapi.houyi2023.cn",
// API_URL: "http://shopapi.houyi2023.cn",
WS_URL: "ws://lv.com",
STATIC_URL: "http://lv.com",
WEMAP_KEY: 'ZFDBZ-YUTWB-353UZ-NYKEY-JTVIZ-Q3F6X'
}
},
// proxy: {
// '/admin': {
// target: 'http://shopapi.houyi2023.cn',
// changeOrigin: true,
// },
// },
});