diff --git a/.env.development b/.env.development index 4da5bf5..c1430e3 100644 --- a/.env.development +++ b/.env.development @@ -5,8 +5,8 @@ VITE_APP_TITLE='uniapp-vue3-project' VITE_APP_ENV='development' # 接口地址 -#VITE_APP_BASE_API='https://apidev.lakeapp.cn/' -VITE_APP_BASE_API='https://api.lakeapp.cn/' +VITE_APP_BASE_API='https://apidev.lakeapp.cn/' +#VITE_APP_BASE_API='https://api.lakeapp.cn/' # 删除console VITE_DROP_CONSOLE=false diff --git a/.env.production b/.env.production index a029290..e1294b0 100644 --- a/.env.production +++ b/.env.production @@ -5,7 +5,7 @@ VITE_APP_TITLE='uniapp-vue3-project' VITE_APP_ENV='production' # 接口地址 -VITE_APP_BASE_API='http://api.lakeapp.cn/' +VITE_APP_BASE_API='https://api.lakeapp.cn/' # 删除console VITE_DROP_CONSOLE=true diff --git a/package.json b/package.json index 02a8404..7ba11ce 100644 --- a/package.json +++ b/package.json @@ -22,10 +22,10 @@ "dayjs": "^1.11.10", "pinia": "2.0.36", "pinia-plugin-persistedstate": "^3.2.1", - "uview-plus": "^3.1.38", + "uview-plus": "^3.1.41", "vue": "3.4.21", "vue-i18n": "^9.9.0", - "z-paging": "^2.6.2" + "z-paging": "^2.6.3" }, "devDependencies": { "@antfu/eslint-config": "1.1.0", @@ -34,34 +34,34 @@ "@dcloudio/uni-cli-shared": "3.0.0-4000820240401001", "@dcloudio/uni-stacktracey": "3.0.0-4000820240401001", "@dcloudio/vite-plugin-uni": "3.0.0-4000820240401001", - "@types/node": "^20.8.10", - "@typescript-eslint/parser": "^6.10.0", - "@uni-helper/uni-app-types": "^0.5.9", - "@unocss/eslint-plugin": "^0.57.2", + "@types/node": "^20.10.3", + "@typescript-eslint/parser": "^6.13.1", + "@uni-helper/uni-app-types": "^0.5.12", + "@unocss/eslint-plugin": "^0.57.7", "@vue/runtime-core": "^3.4.21", "@vue/tsconfig": "^0.4.0", "czg": "^1.7.1", - "eslint": "^8.53.0", - "lint-staged": "^15.0.2", - "miniprogram-ci": "^1.9.8", + "eslint": "^8.55.0", + "lint-staged": "^15.2.0", + "miniprogram-ci": "^1.9.10", "picocolors": "^1.0.0", "postcss-html": "^1.5.0", "postcss-scss": "^4.0.9", "sass": "^1.69.5", "simple-git-hooks": "^2.9.0", "stylelint": "^15.11.0", - "stylelint-config-recess-order": "^4.3.0", + "stylelint-config-recess-order": "^4.4.0", "stylelint-config-standard": "^34.0.0", "stylelint-config-standard-vue": "^1.0.0", "stylelint-order": "^6.0.3", - "typescript": "^5.2.2", - "unocss": "^0.57.2", - "unocss-applet": "^0.7.7", + "typescript": "^5.3.2", + "unocss": "^0.57.7", + "unocss-applet": "^0.7.8", "unplugin-auto-import": "^0.16.7", "unplugin-vue-components": "^0.25.2", - "vite": "^4.5.2", + "vite": "^4.5.3", "vite-plugin-imagemin": "^0.6.1", - "vue-tsc": "^1.8.22" + "vue-tsc": "^1.8.24" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx}": "eslint --fix", diff --git a/src/App.vue b/src/App.vue index 2b36d39..37cbeb2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,8 @@