Răsfoiți Sursa

add OrderAPP

wly 7 ani în urmă
părinte
comite
7beeedc7f7
1 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 5 1
      src/components/app/App.jsx

+ 5 - 1
src/components/app/App.jsx

@@ -22,8 +22,12 @@ import {SHOW_ALL_SCHEMA} from "../gql";
 import axios from 'axios';
 import {getCookie} from "../cookie";
 
-//引入案例
+//案例入口
 import ShopApp from '../../case/shopApp/src/App'
+import OrderApp from '../../case/orderApp/src/App'
+
+
+
 
 
 axios.defaults.withCredentials = true;