diff --git a/.env.development b/.env.development index 49efa1a..0e1bdce 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # VITE_API_URL = 'http://192.168.34.155:6677' # VITE_API_URL = 'http://jxjzw.zhgdyun.com:6677' -# VITE_API_URL = 'http://jxjzw.zhgdyun.com:6678' +# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678" VITE_API_URL = 'http://222.80.185.228:6080' VITE_WPAPI_URL = "http://182.90.224.147:8081" # VITE_API_URL = "http://182.90.224.147:6688" diff --git a/.env.production b/.env.production index d73dfc2..3d2492b 100644 --- a/.env.production +++ b/.env.production @@ -3,9 +3,9 @@ NODE_ENV = "production" # 线上环境接口地址(easymock) # VITE_API_URL = "http://139.9.66.234:6688" -# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678" # VITE_API_URL = "http://10.11.13.202:6080" VITE_API_URL = "http://222.80.185.228:6080" +# VITE_API_URL = "http://jxjzw.zhgdyun.com:6678" # VITE_API_URL = "http://182.90.224.147:9012" # VITE_API_URL = "http://47.104.132.250:9000" VITE_WPAPI_URL = "http://jxjzw.zhgdyun.com:8081" diff --git a/.husky/commit-msg b/.husky/commit-msg deleted file mode 100644 index 1a089f4..0000000 --- a/.husky/commit-msg +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -npx --no-install commitlint --edit $1 diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index 0675eb8..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "recommendations": [ - "vue.volar", - "vue.vscode-typescript-vue-plugin", - "hollowtree.vue-snippets", - "dbaeumer.vscode-eslint", - "stylelint.vscode-stylelint", - "esbenp.prettier-vscode", - "editorconfig.editorconfig", - "streetsidesoftware.code-spell-checker", - "syler.sass-indented", - "mikestead.dotenv" - ] -} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 6f43eb9..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,132 +0,0 @@ -{ - "editor.formatOnSave": true, - "stylelint.enable": true, - "editor.codeActionsOnSave": { - "source.fixAll.stylelint": "explicit" - }, - "stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"], - "files.eol": "\n", - "[vue]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[json]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[jsonc]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[javascript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescriptreact]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[scss]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[html]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[markdown]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[less]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "cSpell.words": [ - "acroutes", - "adcode", - "Alipay", - "AMAP", - "Anglar", - "antd", - "apng", - "Biao", - "bottomleft", - "bottomright", - "breakline", - "browserslist", - "cascader", - "cnpm", - "commitize", - "commitlint", - "contentleft", - "contentright", - "CSDN", - "curveness", - "daterange", - "datetimerange", - "doclock", - "dragover", - "easymock", - "echarts", - "esbuild", - "fangda", - "fastmock", - "Geeker", - "Gitee", - "glgview", - "hexs", - "iconfont", - "Jheng", - "juejin", - "liquidfill", - "liutao", - "loglevel", - "longpress", - "malefemale", - "Mapchart", - "nprogress", - "officedocument", - "openxmlformats", - "pageable", - "Parens", - "persistedstate", - "Pinia", - "pjpeg", - "Prefixs", - "protable", - "singleline", - "sortablejs", - "sousuo", - "spreadsheetml", - "styl", - "stylelint", - "stylelintignore", - "stylelintrc", - "suoxiao", - "sysmbol", - "timerange", - "topleft", - "topright", - "truetype", - "Uncapitalize", - "unplugin", - "unref", - "vite", - "vuedraggable", - "vueuse", - "Vuex", - "wangeditor", - "Wechat", - "xianxingdaoyu", - "xianxingdiqiu", - "xianxingditu", - "xianxingfanchuan", - "xianxingfeiji", - "xianxinglvhangriji", - "xianxingtianqiyubao", - "xianxingxiangjipaizhao", - "xianxingxiarilengyin", - "xianxingyoulun", - "xianxingzijiayou", - "xiaoxi", - "yxxx", - "zhongyingwen", - "zhuti", - "zlevel" - ] -}