From 4164ce1b5cc6b2d6c2dbbfe99871ab61b8fcd597 Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 7 Apr 2023 15:25:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 3 +- public/index.html | 4 +- src/App.vue | 51 ++++++++----- src/permission.js | 1 + src/utils/auth.js | 9 ++- src/utils/request.js | 4 +- src/views/cashier/cashierIndex.vue | 3 - src/views/cashier/paymentl.vue | 118 ++++++++++++++--------------- 8 files changed, 101 insertions(+), 92 deletions(-) diff --git a/.env.development b/.env.development index dfaf2c7..8416491 100644 --- a/.env.development +++ b/.env.development @@ -12,8 +12,9 @@ VUE_APP_UPLOAD_PRIVATE_URL = '/api/oil-dict/imageHandler/uploadProtectedImg' VUE_APP_DOMAIN = '192.168.0.150:38080' # 开发环境,不会进行加密,会打印出数据 -VUE_APP_ENV = 'development' +VUE_APP_ENV = 'production' #production VUE_CLI_BABEL_TRANSPILE_MODULES = true +# http://192.168.1.86:9528/h5/#/home?token=0fbdf930-21b8-47f6-be6e-fc9c65045424 \ No newline at end of file diff --git a/public/index.html b/public/index.html index a97c730..b3adb6e 100644 --- a/public/index.html +++ b/public/index.html @@ -31,8 +31,8 @@ }) - + diff --git a/src/App.vue b/src/App.vue index 5bb4587..f5a53d4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,20 +1,26 @@ \ No newline at end of file +