This commit is contained in:
tangzh 2025-03-04 22:47:56 +08:00
parent ca73ba85bc
commit edb73664ea
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
ENV = 'development' ENV = 'development'
# base api # 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, # vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled. # to control whether the babel-plugin-dynamic-import-node plugin is enabled.
# It only does one thing by converting all import() to require(). # It only does one thing by converting all import() to require().

View File

@ -1,11 +1,11 @@
{ {
"name": "crmeb-java-webpc-admin", "name": "crmeb-java-webpc-admin",
"version": "4.2.1", "version": "4.2.1",
"description": "水月雨后台", "description": "食材",
"author": "CRMEB", "author": "CRMEB",
"license": "MIT", "license": "MIT",
"scripts": { "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: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",