diff --git a/src/pages.json b/src/pages.json index 1ef1ca2d..62dc3d7f 100644 --- a/src/pages.json +++ b/src/pages.json @@ -165,6 +165,23 @@ "path": "pages/users/me/comments", "style": {} }, + /*product区*/ + { + "path": "pages/products/index", + "style": {} + }, + { + "path": "pages/products/upload", + "style": {} + }, + { + "path": "pages/products/details", + "style": {} + }, + { + "path": "pages/products/history", + "style": {} + }, { "path": "pages/users/settings/telephone", "style": {} diff --git a/src/pages/products/details.vue b/src/pages/products/details.vue new file mode 100644 index 00000000..92f5f099 --- /dev/null +++ b/src/pages/products/details.vue @@ -0,0 +1,166 @@ + + + diff --git a/src/pages/products/history.vue b/src/pages/products/history.vue new file mode 100644 index 00000000..c51f4864 --- /dev/null +++ b/src/pages/products/history.vue @@ -0,0 +1,187 @@ + + + + diff --git a/src/pages/products/index.vue b/src/pages/products/index.vue new file mode 100644 index 00000000..b9de81d4 --- /dev/null +++ b/src/pages/products/index.vue @@ -0,0 +1,248 @@ + + + + diff --git a/src/pages/products/upload.vue b/src/pages/products/upload.vue new file mode 100644 index 00000000..5e07ae51 --- /dev/null +++ b/src/pages/products/upload.vue @@ -0,0 +1,285 @@ +