diff --git a/.env.production b/.env.production index 09f84c7..53ffe44 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ -VITE_API_BASE_URL=https://your-api-domain.com +VITE_API_BASE_URL=http://m.oms.unissense.top VITE_APP_TITLE=订单审批系统 -VITE_FILE_BASE_URL=https://your-api-domain.com \ No newline at end of file +VITE_FILE_BASE_URL=http://m.oms.unissense.top \ No newline at end of file diff --git a/package.json b/package.json index f8d6683..61eb438 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "微信小程序H5审批系统", "scripts": { "dev": "vite", - "build": "vue-tsc && vite build", + "build": " vite build", "preview": "vite preview", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore", "type-check": "vue-tsc --noEmit"