diff --git a/assets/image/icon/contact.png b/assets/image/icon/contact.png new file mode 100644 index 0000000..26a05a9 Binary files /dev/null and b/assets/image/icon/contact.png differ diff --git a/assets/image/icon/email1.png b/assets/image/icon/email1.png new file mode 100644 index 0000000..65d64a7 Binary files /dev/null and b/assets/image/icon/email1.png differ diff --git a/assets/image/icon/online.png b/assets/image/icon/online.png new file mode 100644 index 0000000..98a89c0 Binary files /dev/null and b/assets/image/icon/online.png differ diff --git a/assets/image/icon/top.png b/assets/image/icon/top.png new file mode 100644 index 0000000..1b5db99 Binary files /dev/null and b/assets/image/icon/top.png differ diff --git a/assets/image/icon/whats.png b/assets/image/icon/whats.png new file mode 100644 index 0000000..8933cd2 Binary files /dev/null and b/assets/image/icon/whats.png differ diff --git a/components/side-nav.vue b/components/side-nav.vue new file mode 100644 index 0000000..fed53e3 --- /dev/null +++ b/components/side-nav.vue @@ -0,0 +1,138 @@ + + + + + \ No newline at end of file diff --git a/ecosystem.config.js b/ecosystem.config.js index 92a4cbe..9098a42 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -5,6 +5,7 @@ module.exports = { exec_mode: 'cluster', instances: '1', // Or a number of instances script: './node_modules/nuxt/bin/nuxt.js', + port: 3007, args: 'start' } ] diff --git a/env.js b/env.js index d54aaf2..e4084bb 100644 --- a/env.js +++ b/env.js @@ -15,7 +15,7 @@ module.exports = { // 生产环境 接口请求地址 (http)或(https)://www.a.com(换成你的域名)/api 非独立部署默认为空 prod: { MODE: 'prod', - VUE_APP_API_URL: 'http://122.51.230.86:8099/' + VUE_APP_API_URL: 'http://114.132.197.85:8099/' } }; diff --git a/layouts/default.vue b/layouts/default.vue index 0c74074..c0bf4d9 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -2,6 +2,7 @@
+
@@ -9,11 +10,13 @@