Skip to content

Commit 08b57e3

Browse files
committed
Merge
1 parent 100e1ec commit 08b57e3

File tree

5 files changed

+476
-736
lines changed

5 files changed

+476
-736
lines changed

tyadmin_api_cli/antd/__init__.py

Whitespace-only changes.

tyadmin_api_cli/antd_full_templates/config/auto_menu.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

tyadmin_api_cli/antd_full_templates/config/config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ import proxy from './proxy';
66
var fs = require("fs");
77
const path = require('path');
88
const { REACT_APP_ENV } = process.env;
9-
<<<<<<< HEAD
10-
const auto_route = eval(fs.readFileSync(path.join(__dirname, 'route.js')).toString());
11-
=======
129
const auto_route = eval(fs.readFileSync(path.join(__dirname, 'routes.js')).toString());
13-
>>>>>>> b80b8f7... rebase & merge
1410
export default defineConfig({
1511
hash: true,
1612
antd: {},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alert("hi,mtianyan")

0 commit comments

Comments
 (0)