From b4aed533a1f2668556c391f293e9aefec67fd9d4 Mon Sep 17 00:00:00 2001 From: ycy <2861518472@qq.com> Date: Sun, 31 Mar 2024 14:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E9=A6=96=E9=A1=B5=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E5=9B=BE=E6=A0=87=E4=BD=8D=E7=BD=AE=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 25 ++++++++++++++----------- src/App.vue | 9 +++++++-- src/pages/header/index.vue | 37 +++++++++++++++++++++++++++++++++++++ src/pages/index.vue | 22 ++++++++++++---------- tsconfig.app.json | 2 +- 5 files changed, 71 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index a888544..940b408 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,16 @@ - - - - - Vite App - - -
- - - + + + + + + 黑龙江东印科技有限公司 + + + +
+ + + + \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 8f35555..6c49bb2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -4,7 +4,12 @@ - + diff --git a/src/pages/header/index.vue b/src/pages/header/index.vue index e69de29..2d3a8c4 100644 --- a/src/pages/header/index.vue +++ b/src/pages/header/index.vue @@ -0,0 +1,37 @@ + + + + + diff --git a/src/pages/index.vue b/src/pages/index.vue index fbea1e1..1995448 100644 --- a/src/pages/index.vue +++ b/src/pages/index.vue @@ -1,15 +1,17 @@ - + diff --git a/tsconfig.app.json b/tsconfig.app.json index e14c754..12040ae 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,6 +1,6 @@ { "extends": "@vue/tsconfig/tsconfig.dom.json", - "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "include": ["env.d.ts", "src/**/*", "src/**/*.vue" ], "exclude": ["src/**/__tests__/*"], "compilerOptions": { "composite": true,