Sfoglia il codice sorgente

修改前端基础项目相关配置

张启 4 anni fa
parent
commit
bb7cc16ace

+ 1 - 1
future-ui/.env.development

@@ -1,7 +1,7 @@
 # 开发环境配置
 ENV = 'development'
 
-# 若依管理系统/开发环境
+# Future_WEb系统/开发环境
 VUE_APP_BASE_API = '/dev-api'
 
 # 路由懒加载

+ 1 - 1
future-ui/.env.production

@@ -1,5 +1,5 @@
 # 生产环境配置
 ENV = 'production'
 
-# 若依管理系统/生产环境
+# Future_WEb系统/生产环境
 VUE_APP_BASE_API = '/prod-api'

+ 1 - 1
future-ui/.env.staging

@@ -3,5 +3,5 @@ NODE_ENV = production
 # 测试环境配置
 ENV = 'staging'
 
-# 若依管理系统/测试环境
+# Future_WEb系统/测试环境
 VUE_APP_BASE_API = '/stage-api'

+ 1 - 1
future-ui/README.md

@@ -2,7 +2,7 @@
 
 ```bash
 # 克隆项目
-git clone https://gitee.com/y_project/RuoYi-Vue
+git clone http://172.16.90.201:3000/SharedLibrary-SystemCode/Future.git
 
 # 进入项目目录
 cd ruoyi-ui

+ 5 - 5
future-ui/package.json

@@ -1,8 +1,8 @@
 {
-  "name": "ruoyi",
-  "version": "3.4.0",
-  "description": "若依管理系统",
-  "author": "若依",
+  "name": "future_web",
+  "version": "0.0.1",
+  "description": "Future_WEb系统",
+  "author": "future",
   "license": "MIT",
   "scripts": {
     "dev": "vue-cli-service serve",
@@ -33,7 +33,7 @@
   ],
   "repository": {
     "type": "git",
-    "url": "https://gitee.com/y_project/RuoYi-Vue.git"
+    "url": "http://172.16.90.201:3000/SharedLibrary-SystemCode/Future.git"
   },
   "dependencies": {
     "@riophae/vue-treeselect": "0.4.0",