diff --git a/index.html b/index.html index 4669667..ab88afa 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/public/HomepageRes/NewK.png b/public/HomepageRes/NewK.png new file mode 100644 index 0000000..2a368c1 Binary files /dev/null and b/public/HomepageRes/NewK.png differ diff --git a/public/HomepageRes/logo底图.png b/public/HomepageRes/logo底图.png new file mode 100644 index 0000000..85784d7 Binary files /dev/null and b/public/HomepageRes/logo底图.png differ diff --git a/src/components/Homepage.vue b/src/components/Homepage.vue index 8c5375c..ac3bc42 100644 --- a/src/components/Homepage.vue +++ b/src/components/Homepage.vue @@ -25,7 +25,7 @@ import Partners from './Tools/Partners.vue'
@@ -257,7 +257,7 @@ export default { @include media-breakpoint-between(xs, md) { margin-left: 32px; - width: 161.8px; + width: 326px; } @include media-breakpoint-between(md, xl) { diff --git a/src/start.js b/src/start.js new file mode 100644 index 0000000..5bafe5b --- /dev/null +++ b/src/start.js @@ -0,0 +1,14 @@ +import { createApp } from 'vue' +import Start from './Start.vue' +import router from './startRouter.js' +import axios from 'axios' + +// 引入Bootstrap CSS +import 'bootstrap/dist/css/bootstrap.min.css' +// 引入Bootstrap JS(bundle版本) +import 'bootstrap/dist/js/bootstrap.bundle.min.js' + +const app = createApp(Start) +axios.defaults.baseURL = 'https://cms.yangprivate.site' +app.config.globalProperties.$axios = axios +app.use(router).mount('#start') diff --git a/start.html b/start.html index e149a39..3dfe538 100644 --- a/start.html +++ b/start.html @@ -1,10 +1,24 @@ - + + - Title + + + + + KDesign - 欢迎光临 + - +
+