diff --git a/buyer/favicon.ico b/buyer/favicon.ico deleted file mode 100644 index df36fcfb..00000000 Binary files a/buyer/favicon.ico and /dev/null differ diff --git a/buyer/public/config.js b/buyer/public/config.js new file mode 100644 index 00000000..f54f0890 --- /dev/null +++ b/buyer/public/config.js @@ -0,0 +1,18 @@ +var BASE = { + /** + * @description api请求基础路径 + */ + API_DEV: { + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + seller: "https://store-api.pickmall.cn", + manager: "https://admin-api.pickmall.cn" + }, + API_PROD: { + common: "https://common-api.pickmall.cn", + buyer: "https://buyer-api.pickmall.cn", + seller: "https://store-api.pickmall.cn", + manager: "https://admin-api.pickmall.cn" + }, + }; + \ No newline at end of file diff --git a/buyer/public/index.html b/buyer/public/index.html index f54bba8f..f9c1f5e2 100644 --- a/buyer/public/index.html +++ b/buyer/public/index.html @@ -14,7 +14,9 @@ <% for(var js of htmlWebpackPlugin.options.cdn.js) { %> <% } %> +
diff --git a/buyer/src/assets/images/jinghui.png b/buyer/src/assets/images/jinghui.png new file mode 100644 index 00000000..bd214fb4 Binary files /dev/null and b/buyer/src/assets/images/jinghui.png differ diff --git a/buyer/src/assets/images/zhizhao.jpg b/buyer/src/assets/images/zhizhao.jpg new file mode 100644 index 00000000..e6352bf7 Binary files /dev/null and b/buyer/src/assets/images/zhizhao.jpg differ diff --git a/buyer/src/components/footer/Footer.vue b/buyer/src/components/footer/Footer.vue index 7a884ea0..d39875bf 100644 --- a/buyer/src/components/footer/Footer.vue +++ b/buyer/src/components/footer/Footer.vue @@ -29,18 +29,38 @@ -Copyright © {{year}} LILI
+Copyright © {{year}} {{config.title}}