From 3e99f82bc667869e08c94fb589300d2bf8799096 Mon Sep 17 00:00:00 2001 From: dengxiongfei Date: Wed, 23 Feb 2022 10:54:39 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - jsconfig.json | 12 ++++ pages/mall/index.vue | 162 +++++++++++-------------------------------- 3 files changed, 53 insertions(+), 122 deletions(-) create mode 100644 jsconfig.json diff --git a/.gitignore b/.gitignore index 63fcb9c..dd9d502 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -jsconfig.json .vscode/settings.json components/qn-map/qn-map.vue pages/client/index2.vue diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..a57f870 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,12 @@ +{ + "compilerOptions": { + "baseUrl": ".", + "paths": { + "@/*": ["./*"], + "/*": ["./*"] + }, + "target": "ES6" + }, + "include": ["./**/*"], + "exclude": ["./uni_modules"] +} diff --git a/pages/mall/index.vue b/pages/mall/index.vue index c733c54..04e6ad2 100644 --- a/pages/mall/index.vue +++ b/pages/mall/index.vue @@ -1,12 +1,7 @@