diff --git a/.env.development b/.env.development index afebb5d..19594fe 100644 --- a/.env.development +++ b/.env.development @@ -1,11 +1,11 @@ # 页面标题 -VUE_APP_TITLE = 老挝支付金控管理系统 +VUE_APP_TITLE = 老挝支付金控系统 # 开发环境配置 ENV = 'development' -# 老挝支付金控管理系统/开发环境 -VUE_APP_BASE_API = '/dev-api' +# 若依管理系统/开发环境 +VUE_APP_BASE_API = 'http://8.137.52.68:8081' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/.env.production b/.env.production index 03b2e76..4cbbd1f 100644 --- a/.env.production +++ b/.env.production @@ -1,11 +1,12 @@ # 页面标题 -VUE_APP_TITLE = 老挝支付金控管理系统 +VUE_APP_TITLE = 老挝支付金控系统 # 生产环境配置 ENV = 'production' # 若依管理系统/生产环境 -VUE_APP_BASE_API = '/prod-api' +VUE_APP_BASE_API = 'http://8.137.52.68:8081' +# VUE_APP_BASE_API = '/prod-api' # 应用访问路径 例如使用前缀 /admin/ VUE_APP_CONTEXT_PATH = '/' diff --git a/package.json b/package.json index c3f5fcd..8b8c436 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "LionLi", "license": "MIT", "scripts": { - "dev": "vue-cli-service serve", + "dev": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve", "build:prod": "vue-cli-service build", "preview": "node build/index.js --preview", "lint": "eslint --ext .js,.vue src" diff --git a/public/favicon.ico b/public/favicon.ico index 3f919d8..a12cd8c 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index e32e129..b573949 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,8 @@ - <%= webpackConfig.name %> + 老挝金控支付系统 +