From d12de5fd1c4593cba37fe8b365d269947f2132f7 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 10 Apr 2024 15:41:34 +0800 Subject: [PATCH] 1 --- .env.development | 4 ++-- dist/cashier.svg | 1 + dist/index.html | 2 +- index.html | 2 +- public/cashier.svg | 1 + src/layout/myHeader.vue | 9 +++++---- 6 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 dist/cashier.svg create mode 100644 public/cashier.svg diff --git a/.env.development b/.env.development index 9127492..822a12e 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ VITE_NOW_TYPE = 'dist' -# VITE_BASE_URL = 'http://192.168.1.22:8324' -VITE_BASE_URL = 'https://crmeb-test.shop.lihaink.cn' \ No newline at end of file +VITE_BASE_URL = 'http://192.168.1.22:8324' +# VITE_BASE_URL = 'https://crmeb-test.shop.lihaink.cn' \ No newline at end of file diff --git a/dist/cashier.svg b/dist/cashier.svg new file mode 100644 index 0000000..bc09029 --- /dev/null +++ b/dist/cashier.svg @@ -0,0 +1 @@ +cashier \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index 521b3d5..03b2b7c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -2,7 +2,7 @@ - + 里海收银系统 diff --git a/index.html b/index.html index de6b245..af7be43 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + 里海收银系统 diff --git a/public/cashier.svg b/public/cashier.svg new file mode 100644 index 0000000..bc09029 --- /dev/null +++ b/public/cashier.svg @@ -0,0 +1 @@ +cashier \ No newline at end of file diff --git a/src/layout/myHeader.vue b/src/layout/myHeader.vue index 6f2280a..255f10a 100644 --- a/src/layout/myHeader.vue +++ b/src/layout/myHeader.vue @@ -38,9 +38,11 @@ const onLogout = () => {