1
This commit is contained in:
		| @ -2,5 +2,5 @@ | ||||
| ENV = 'development' | ||||
|  | ||||
| # base api | ||||
| VUE_APP_BASE_API = 'http://192.168.2.102:6789' | ||||
| VUE_APP_BASE_API = 'http://127.0.0.1:6789' | ||||
|  | ||||
|  | ||||
| @ -5,7 +5,7 @@ | ||||
|   "author": "https://github.com/wenjianzhang", | ||||
|   "license": "MIT", | ||||
|   "scripts": { | ||||
|     "dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", | ||||
|     "dev": "vue-cli-service serve", | ||||
|     "build:prod": "vue-cli-service build", | ||||
|     "build:stage": "vue-cli-service build --mode staging", | ||||
|     "preview": "node build/index.js --preview", | ||||
|  | ||||
		Reference in New Issue
	
	Block a user