diff --git a/README.en.md b/README.en.md
deleted file mode 100644
index dc50b6a275ecf40508d36ce9a8b87985ba557599..0000000000000000000000000000000000000000
--- a/README.en.md
+++ /dev/null
@@ -1,36 +0,0 @@
-# Java1_SpringBoot
-
-#### Description
-{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**}
-
-#### Software Architecture
-Software architecture description
-
-#### Installation
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### Instructions
-
-1. xxxx
-2. xxxx
-3. xxxx
-
-#### Contribution
-
-1. Fork the repository
-2. Create Feat_xxx branch
-3. Commit your code
-4. Create Pull Request
-
-
-#### Gitee Feature
-
-1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
-2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
-3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
-4. The most valuable open source project [GVP](https://gitee.com/gvp)
-5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
-6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/App.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/App.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..27a75687f2db36acbaaac7fdc540238e8cb0971e
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/App.vue"
@@ -0,0 +1,15 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/assets/logo.svg" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/assets/logo.svg"
new file mode 100644
index 0000000000000000000000000000000000000000..7565660356e5b3723c9c33d508b830c9cfbea29f
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/assets/logo.svg"
@@ -0,0 +1 @@
+
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Address/AddressCard.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Address/AddressCard.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..16b633cffc9da2d26ae7eb8849a8a76ecf7992a5
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Address/AddressCard.vue"
@@ -0,0 +1,55 @@
+
+
+
+
+
+
{{ item.name }}
+
{{ item.phone }}
+
+
{{ item.address_text }}
+
+
+
+
\ No newline at end of file
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartBottom.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartBottom.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..02278b1ffe0b6408fa1cde56880f2612ef55879f
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartBottom.vue"
@@ -0,0 +1,255 @@
+
+
+
+
+
+
+
+
+ 全选
+
+
清空购物车
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ shopInfo.cartList.length }}
+
+
购物车是空的
+
+
总计 : ¥{{ shopInfo.cartList.sum.toFixed(2) }}
+
结算
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartCard.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartCard.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..3f32c7122d644739a69349b040fdfa45a9035d99
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/components/Cart/CartCard.vue"
@@ -0,0 +1,107 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Order/OrderView.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Order/OrderView.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..985bccb98ac6f75cb0728282d57abddb435bb01d
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Order/OrderView.vue"
@@ -0,0 +1,44 @@
+
+
+
+
+
我的订单
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Shop/ShopView.vue" "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Shop/ShopView.vue"
new file mode 100644
index 0000000000000000000000000000000000000000..6c8c73b184b7602562c5ce3d77cb4acdb1630056
--- /dev/null
+++ "b/\345\221\250\345\216\232\350\276\260/01.\344\272\254\344\270\234\345\210\260\345\256\266/src/views/Shop/ShopView.vue"
@@ -0,0 +1,168 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 全部商品
+
+
{{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git "a/\345\260\217\346\234\261/123.txt" "b/\345\260\217\346\234\261/123.txt"
deleted file mode 100644
index d800886d9c86731ae5c4a62b0b77c437015e00d2..0000000000000000000000000000000000000000
--- "a/\345\260\217\346\234\261/123.txt"
+++ /dev/null
@@ -1 +0,0 @@
-123
\ No newline at end of file