This commit is contained in:
2025-08-26 16:34:01 +08:00
parent 27ef79d25a
commit 9fdcbd2060
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
ENV = 'development' ENV = 'development'
# base api # base api
VUE_APP_BASE_API = 'http://192.168.2.102:6789' VUE_APP_BASE_API = 'http://127.0.0.1:6789'

View File

@ -5,7 +5,7 @@
"author": "https://github.com/wenjianzhang", "author": "https://github.com/wenjianzhang",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build", "build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging", "build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview", "preview": "node build/index.js --preview",