shuishen
2025-10-20 9e50a859f013f1aab3d068e29f5a990ee0d8e8fa
feat:基础配置调整
2 files modified
5 ■■■■■ changed files
env/.env.development 2 ●●●●● patch | view | raw | blame | history
src/manifest.json 3 ●●●● patch | view | raw | blame | history
env/.env.development
@@ -6,3 +6,5 @@
# 删除console
VITE_DROP_CONSOLE=false
VITE_APP_WEBVIEW_URL = 'https://wrj.shuixiongit.com/drone-app-web-view/#/webViewWrapper'
src/manifest.json
@@ -19,7 +19,6 @@
      //自然方向
      "default"
    ],
    "usingComponents": true,
    "nvueStyleCompiler": "uni-app",
    "compilerVersion": 3,
@@ -87,7 +86,7 @@
  "h5": {
    "router": {
      "mode": "hash",
      "base": "/uniapp-vue3-template/"
            "base" : "/drone-app/"
    }
  }
}