Initial commit

This commit is contained in:
wuzhenyu
2025-08-27 19:20:10 +08:00
parent 9f5b8552a0
commit 8d7fd34e1a
35 changed files with 3983 additions and 114 deletions

13
config/env.js Normal file
View File

@@ -0,0 +1,13 @@
const dev = {
URL: 'https://me.dreamwork.site',
BASE: '/eladmin/',
// URL: 'http://127.0.0.1:8000',
// BASE: '',
};
const prod = {
URL: 'https://mesystem.online',
BASE: '/eladmin/',
};
export default dev;