Skip to content

Commit 3ea5d45

Browse files
committed
RuoYi-App 1.2.0
1 parent 315832d commit 3ea5d45

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<p align="center">
22
<img alt="logo" src="https://oscimg.oschina.net/oscnet/up-43e3941654fa3054c9684bf53d1b1d356a1.png">
33
</p>
4-
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v1.1.0</h1>
4+
<h1 align="center" style="margin: 30px 0 30px; font-weight: bold;">RuoYi v1.2.0</h1>
55
<h4 align="center">基于UniApp开发的轻量级移动端框架</h4>
66
<p align="center">
77
<a href="https://gitee.com/y_project/RuoYi-App/stargazers"><img src="https://gitee.com/y_project/RuoYi-App/badge/star.svg?theme=dark"></a>
8-
<a href="https://gitee.com/y_project/RuoYi-App"><img src="https://img.shields.io/badge/RuoYi-v1.1.0-brightgreen.svg"></a>
8+
<a href="https://gitee.com/y_project/RuoYi-App"><img src="https://img.shields.io/badge/RuoYi-v1.2.0-brightgreen.svg"></a>
99
<a href="https://gitee.com/y_project/RuoYi-App/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg"></a>
1010
</p>
1111

config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
// 应用全局配置
2-
module.exports = {
3-
baseUrl: 'https://vue.ruoyi.vip/prod-api',
2+
module.exports = {
3+
baseUrl: 'https://vue.ruoyi.vip/prod-api',
44
// baseUrl: 'http://localhost:8080',
55
// 应用信息
66
appInfo: {
77
// 应用名称
88
name: "ruoyi-app",
99
// 应用版本
10-
version: "1.1.0",
10+
version: "1.2.0",
1111
// 应用logo
1212
logo: "/static/logo.png",
1313
// 官方网站

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "若依移动端",
33
"appid" : "__UNI__25A9D80",
44
"description" : "",
5-
"versionName" : "1.1.0",
5+
"versionName" : "1.2.0",
66
"versionCode" : "100",
77
"transformPx" : false,
88
"app-plus" : {

0 commit comments

Comments
 (0)