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,