diff --git a/.env.development b/.env.development index a41a8ef..9af753e 100644 --- a/.env.development +++ b/.env.development @@ -2,7 +2,7 @@ ENV = 'development' # base api -VUE_APP_BASE_API = 'https://0511syy.cn' +VUE_APP_BASE_API = 'http://127.0.0.1:20010' # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable, # to control whether the babel-plugin-dynamic-import-node plugin is enabled. # It only does one thing by converting all import() to require(). diff --git a/package.json b/package.json index 6794d37..0e32b56 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "crmeb-java-webpc-admin", "version": "4.2.1", - "description": "水月雨后台", + "description": "食材", "author": "CRMEB", "license": "MIT", "scripts": { - "dev": "vue-cli-service serve --open", + "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "build:prod": "vue-cli-service build", "build:stage": "vue-cli-service build --mode staging", "preview": "node build/index.js --preview",