2024-02-27需求变更

This commit is contained in:
曹磊 2024-04-16 11:34:24 +08:00
parent d79fc9b89e
commit e61c6ac10a
10 changed files with 18975 additions and 18049 deletions

View File

@ -1,6 +1,3 @@
### 为了项目的长远发展renren-fast-vue已迁移到 【[renren-ui](https://gitee.com/renrenio/renren-ui)】里面以后会在renren-ui里面进行更新维护感谢支持 :smiley:
<br>
## renren-fast-vue
- renren-fast-vue基于vue、element-ui构建开发实现[renren-fast](https://gitee.com/renrenio/renren-fast)后台管理前端功能,提供一套更优的前端解决方案
- 前后端分离通过token进行数据交互可独立部署
@ -8,7 +5,12 @@
- 动态菜单,通过菜单管理统一管理访问路由
- 数据切换通过mock配置对接口数据mock模拟数据进行切换
- 发布时可动态配置CDN静态资源切换新旧版本
- 演示地址:[http://demo.open.renren.io/renren-fast](http://demo.open.renren.io/renren-fast) (账号密码admin/admin)
- 演示环境http://demo.open.renren.io/renren-security
## 不安装python解决node-sass版本问题的最新解决方案
npm install 第一次报错后,再运行
npm install node-sass@npm:sass --ignore-scripts
完了直接npm run dev成功
![输入图片说明](https://images.gitee.com/uploads/images/2019/0305/133529_ff15f192_63154.png "01.png")
![输入图片说明](https://images.gitee.com/uploads/images/2019/0305/133537_7a1b2d85_63154.png "02.png")
@ -20,3 +22,4 @@
## 更新日志
每个版本的详细更改都记录在[release notes](https://github.com/renrenio/renren-fast-vue/releases)中。

View File

@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>工程项目管理平台</title>
<title>人人快速开发平台</title>
<% if (process.env.NODE_ENV === 'production') { %>
<!-- 生产环境 -->
<script>document.write('<script src="./config/index.js?t=' + new Date().getTime() + '"><\/script>');</script>

29886
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
"gulp-replace": "1.0.0",
"gulp-shell": "0.8.0",
"lodash": "4.17.5",
"node-sass": "^6.0.1",
"node-sass": "npm:sass@^1.75.0",
"npm": "^6.9.0",
"sass-loader": "6.0.6",
"svg-sprite-loader": "3.7.3",

View File

@ -857,6 +857,9 @@
this.dataOldExcelForm = {
...data.businessSsjdexcel
}
} else {
this.dataExcelForm.id = ''
this.dataExcelForm.contractId = this.dataForm.id
}
}
})