diff --git a/index.html b/index.html index 396c358..7a9705c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - 乐望云 + 四川明君科技 diff --git a/public/favicon.ico b/public/favicon.ico index c3d9eed..a60a618 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/global.config.js b/public/global.config.js index 46b331a..22426c1 100644 --- a/public/global.config.js +++ b/public/global.config.js @@ -1 +1 @@ -window.APP_BASEURL='https://www.byhah.com/api' \ No newline at end of file +window.APP_BASEURL='https://www.byhah.com' \ No newline at end of file diff --git a/src/api/api.ts b/src/api/api.ts index 235ed47..16a592c 100644 --- a/src/api/api.ts +++ b/src/api/api.ts @@ -2,6 +2,37 @@ import type { Model, Partner, Solution, SystemInfo } from "@/type"; import http from "./index"; export default class Website { + // 获取成功案例数据 + async toSaveConsult (params: any): Promise<{ data: SystemInfo }> { + return http({ + url: '/test/anon/website/saveConsult', + method: 'post', + data: params + }) + } + // 获取成功案例数据 + async getCommentPage (params: any): Promise<{ data: SystemInfo }> { + return http({ + url: '/test/anon/website/commentPage', + method: 'get', + params: params + }) + } + // 获取成功案例数据 + async getCasePage (params: any): Promise<{ data: SystemInfo }> { + return http({ + url: '/test/anon/website/casePage', + method: 'get', + params: params + }) + } + // new获取系统网站信息 + async getWebInfo (): Promise<{ data: SystemInfo }> { + return http({ + url: '/test/anon/website/info', + method: 'get' + }) + } // 获取系统基本信息 async getSystemInfo (): Promise<{ data: SystemInfo }> { return http({ diff --git a/src/views/components/About.vue b/src/views/components/About.vue new file mode 100644 index 0000000..13eeda9 --- /dev/null +++ b/src/views/components/About.vue @@ -0,0 +1,85 @@ + + + diff --git a/src/views/components/Case.vue b/src/views/components/Case.vue new file mode 100644 index 0000000..80a7ccc --- /dev/null +++ b/src/views/components/Case.vue @@ -0,0 +1,195 @@ + + + \ No newline at end of file diff --git a/src/views/components/Contact.vue b/src/views/components/Contact.vue new file mode 100644 index 0000000..bd6d336 --- /dev/null +++ b/src/views/components/Contact.vue @@ -0,0 +1,291 @@ + + + \ No newline at end of file diff --git a/src/views/components/Evaluate.vue b/src/views/components/Evaluate.vue new file mode 100644 index 0000000..d4c9b34 --- /dev/null +++ b/src/views/components/Evaluate.vue @@ -0,0 +1,129 @@ + + + \ No newline at end of file diff --git a/src/views/components/Hardware.vue b/src/views/components/Hardware.vue new file mode 100644 index 0000000..27d24c9 --- /dev/null +++ b/src/views/components/Hardware.vue @@ -0,0 +1,125 @@ + + + \ No newline at end of file diff --git a/src/views/components/Home.vue b/src/views/components/Home.vue new file mode 100644 index 0000000..3ff0eee --- /dev/null +++ b/src/views/components/Home.vue @@ -0,0 +1,102 @@ + + + diff --git a/src/views/components/Software.vue b/src/views/components/Software.vue new file mode 100644 index 0000000..3bd4ac4 --- /dev/null +++ b/src/views/components/Software.vue @@ -0,0 +1,143 @@ + + + \ No newline at end of file diff --git a/src/views/index.vue b/src/views/index.vue index 254c164..6b61b9e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -28,14 +28,14 @@ - -