2024-02-27需求变更
This commit is contained in:
parent
d79fc9b89e
commit
e61c6ac10a
11
README.md
11
README.md
|
@ -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,成功
|
||||
|
||||

|
||||

|
||||
|
@ -20,3 +22,4 @@
|
|||
|
||||
## 更新日志
|
||||
每个版本的详细更改都记录在[release notes](https://github.com/renrenio/renren-fast-vue/releases)中。
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -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",
|
||||
|
|
|
@ -857,6 +857,9 @@
|
|||
this.dataOldExcelForm = {
|
||||
...data.businessSsjdexcel
|
||||
}
|
||||
} else {
|
||||
this.dataExcelForm.id = ''
|
||||
this.dataExcelForm.contractId = this.dataForm.id
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue