diff --git a/.vscode/vue3.3.code-snippets b/.vscode/vue3.3.code-snippets
index c4625ad..e83bc9a 100644
--- a/.vscode/vue3.3.code-snippets
+++ b/.vscode/vue3.3.code-snippets
@@ -1,20 +1,20 @@
{
"Vue3.3+defineOptions快速生成模板": {
"scope": "vue",
- "prefix": "Vue3.3+",
+ "prefix": "v3init",
"body": [
+ "",
+ "\ttest
",
+ "\n",
"\n",
- "",
- "\ttest
",
- "\n",
"",
- "$2"
+ "$2",
],
- "description": "Vue3.3+defineOptions快速生成模板"
- }
+ "description": "Vue3.3+defineOptions快速生成模板",
+ },
}
diff --git a/src/layout/footer/index.tsx b/src/layout/footer/index.tsx
index d835d8f..4d07c0b 100644
--- a/src/layout/footer/index.tsx
+++ b/src/layout/footer/index.tsx
@@ -1,6 +1,6 @@
import { defineComponent } from 'vue';
-import { GithubOutlined, CopyrightOutlined } from '@ant-design/icons-vue';
+import { CopyrightOutlined } from '@ant-design/icons-vue';
import { Layout } from 'ant-design-vue';
import styles from './index.module.less';
@@ -13,22 +13,13 @@ export default defineComponent({
return () => (
<>
diff --git a/src/views/contract/index.vue b/src/views/contract/index.vue
new file mode 100644
index 0000000..6cd4e3e
--- /dev/null
+++ b/src/views/contract/index.vue
@@ -0,0 +1,11 @@
+
+ test
+
+
+
+
+
diff --git a/src/views/meterials-inventory/index.vue b/src/views/meterials-inventory/index.vue
new file mode 100644
index 0000000..1f9cffd
--- /dev/null
+++ b/src/views/meterials-inventory/index.vue
@@ -0,0 +1,11 @@
+
+ Meterials Inventory
+
+
+
+
+
diff --git a/src/views/vehicle-usage/index.vue b/src/views/vehicle-usage/index.vue
new file mode 100644
index 0000000..b6347f7
--- /dev/null
+++ b/src/views/vehicle-usage/index.vue
@@ -0,0 +1,7 @@
+车辆使用
+
+
diff --git a/vite.config.ts b/vite.config.ts
index c3d8d5e..d2deb00 100644
--- a/vite.config.ts
+++ b/vite.config.ts
@@ -111,13 +111,11 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
port: 8088,
proxy: {
'/api': {
- // target: 'https://nest-api.buqiyuan.site',
target: 'http://127.0.0.1:7001',
changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ''),
},
'/upload': {
- // target: 'hhttps://nest-api.buqiyuan.site/upload',
target: 'http://127.0.0.1:7001/upload',
changeOrigin: true,
ws: true,