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 @@