From 020d89690f32a8951a07a78db6124173f8eb036e Mon Sep 17 00:00:00 2001 From: unknown <1535852499@qq.com> Date: Wed, 22 Nov 2023 11:01:34 +0800 Subject: [PATCH] second --- .history/jsconfig_20231122103559.json | 19 +++++++++ .history/jsconfig_20231122105629.json | 19 +++++++++ .history/jsconfig_20231122105631.json | 19 +++++++++ .history/src/views/Index_20231122103559.vue | 23 +++++++++++ .history/src/views/Index_20231122103836.vue | 31 ++++++++++++++ .history/src/views/Index_20231122105654.vue | 31 ++++++++++++++ .history/src/views/Index_20231122105657.vue | 31 ++++++++++++++ .history/src/views/Index_20231122105716.vue | 32 +++++++++++++++ .history/src/views/Index_20231122105752.vue | 36 +++++++++++++++++ .history/src/views/Index_20231122105814.vue | 41 +++++++++++++++++++ .history/src/views/Index_20231122105821.vue | 41 +++++++++++++++++++ .history/src/views/Index_20231122105824.vue | 43 ++++++++++++++++++++ .history/src/views/Index_20231122105854.vue | 43 ++++++++++++++++++++ .history/src/views/Index_20231122105855.vue | 43 ++++++++++++++++++++ .history/src/views/Index_20231122105923.vue | 44 ++++++++++++++++++++ .history/src/views/Index_20231122105931.vue | 45 +++++++++++++++++++++ jsconfig.json | 2 +- src/views/Index.vue | 28 +++++++++++-- 18 files changed, 567 insertions(+), 4 deletions(-) create mode 100644 .history/jsconfig_20231122103559.json create mode 100644 .history/jsconfig_20231122105629.json create mode 100644 .history/jsconfig_20231122105631.json create mode 100644 .history/src/views/Index_20231122103559.vue create mode 100644 .history/src/views/Index_20231122103836.vue create mode 100644 .history/src/views/Index_20231122105654.vue create mode 100644 .history/src/views/Index_20231122105657.vue create mode 100644 .history/src/views/Index_20231122105716.vue create mode 100644 .history/src/views/Index_20231122105752.vue create mode 100644 .history/src/views/Index_20231122105814.vue create mode 100644 .history/src/views/Index_20231122105821.vue create mode 100644 .history/src/views/Index_20231122105824.vue create mode 100644 .history/src/views/Index_20231122105854.vue create mode 100644 .history/src/views/Index_20231122105855.vue create mode 100644 .history/src/views/Index_20231122105923.vue create mode 100644 .history/src/views/Index_20231122105931.vue diff --git a/.history/jsconfig_20231122103559.json b/.history/jsconfig_20231122103559.json new file mode 100644 index 0000000..4aafc5f --- /dev/null +++ b/.history/jsconfig_20231122103559.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} diff --git a/.history/jsconfig_20231122105629.json b/.history/jsconfig_20231122105629.json new file mode 100644 index 0000000..587b289 --- /dev/null +++ b/.history/jsconfig_20231122105629.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} \ No newline at end of file diff --git a/.history/jsconfig_20231122105631.json b/.history/jsconfig_20231122105631.json new file mode 100644 index 0000000..587b289 --- /dev/null +++ b/.history/jsconfig_20231122105631.json @@ -0,0 +1,19 @@ +{ + "compilerOptions": { + "target": "es5", + "module": "esnext", + "baseUrl": "./", + "moduleResolution": "node", + "paths": { + "@/*": [ + "src/*" + ] + }, + "lib": [ + "esnext", + "dom", + "dom.iterable", + "scripthost" + ] + } +} \ No newline at end of file diff --git a/.history/src/views/Index_20231122103559.vue b/.history/src/views/Index_20231122103559.vue new file mode 100644 index 0000000..0247862 --- /dev/null +++ b/.history/src/views/Index_20231122103559.vue @@ -0,0 +1,23 @@ + + + 11111111111 + + + + + + diff --git a/.history/src/views/Index_20231122103836.vue b/.history/src/views/Index_20231122103836.vue new file mode 100644 index 0000000..6d98cb5 --- /dev/null +++ b/.history/src/views/Index_20231122103836.vue @@ -0,0 +1,31 @@ + + + + + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105654.vue b/.history/src/views/Index_20231122105654.vue new file mode 100644 index 0000000..38ae5d9 --- /dev/null +++ b/.history/src/views/Index_20231122105654.vue @@ -0,0 +1,31 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105657.vue b/.history/src/views/Index_20231122105657.vue new file mode 100644 index 0000000..1c09916 --- /dev/null +++ b/.history/src/views/Index_20231122105657.vue @@ -0,0 +1,31 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105716.vue b/.history/src/views/Index_20231122105716.vue new file mode 100644 index 0000000..34c2560 --- /dev/null +++ b/.history/src/views/Index_20231122105716.vue @@ -0,0 +1,32 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105752.vue b/.history/src/views/Index_20231122105752.vue new file mode 100644 index 0000000..4c45fce --- /dev/null +++ b/.history/src/views/Index_20231122105752.vue @@ -0,0 +1,36 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105814.vue b/.history/src/views/Index_20231122105814.vue new file mode 100644 index 0000000..e648e90 --- /dev/null +++ b/.history/src/views/Index_20231122105814.vue @@ -0,0 +1,41 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105821.vue b/.history/src/views/Index_20231122105821.vue new file mode 100644 index 0000000..2013308 --- /dev/null +++ b/.history/src/views/Index_20231122105821.vue @@ -0,0 +1,41 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105824.vue b/.history/src/views/Index_20231122105824.vue new file mode 100644 index 0000000..721cc48 --- /dev/null +++ b/.history/src/views/Index_20231122105824.vue @@ -0,0 +1,43 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105854.vue b/.history/src/views/Index_20231122105854.vue new file mode 100644 index 0000000..179d5b9 --- /dev/null +++ b/.history/src/views/Index_20231122105854.vue @@ -0,0 +1,43 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105855.vue b/.history/src/views/Index_20231122105855.vue new file mode 100644 index 0000000..179d5b9 --- /dev/null +++ b/.history/src/views/Index_20231122105855.vue @@ -0,0 +1,43 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105923.vue b/.history/src/views/Index_20231122105923.vue new file mode 100644 index 0000000..befd22a --- /dev/null +++ b/.history/src/views/Index_20231122105923.vue @@ -0,0 +1,44 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/.history/src/views/Index_20231122105931.vue b/.history/src/views/Index_20231122105931.vue new file mode 100644 index 0000000..eb034bb --- /dev/null +++ b/.history/src/views/Index_20231122105931.vue @@ -0,0 +1,45 @@ + + + + 头部 + + + 11111111111 + + + + + + + + diff --git a/jsconfig.json b/jsconfig.json index 4aafc5f..587b289 100644 --- a/jsconfig.json +++ b/jsconfig.json @@ -16,4 +16,4 @@ "scripthost" ] } -} +} \ No newline at end of file diff --git a/src/views/Index.vue b/src/views/Index.vue index 0247862..eb034bb 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -1,7 +1,15 @@ - - 11111111111 - + + + 头部 + + + 11111111111 + + + @@ -14,6 +22,20 @@ export default { };
11111111111
头部