rename ruoyi to bonus

This commit is contained in:
paulch 2024-06-04 15:04:30 +08:00
parent 935f2cbfab
commit 911a476c48
6 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
```bash ```bash
# 克隆项目 # 克隆项目
git clone https://gitee.com/y_project/bonus-Vue git clone http://192.168.0.56:3000/bonus/Bonus-Cloud.git
# 进入项目目录 # 进入项目目录
cd bonus-ui cd bonus-ui

View File

@ -33,7 +33,7 @@
], ],
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://gitee.com/y_project/bonus-Cloud.git" "url": "http://192.168.0.56:3000/bonus/Bonus-Cloud.git"
}, },
"dependencies": { "dependencies": {
"@riophae/vue-treeselect": "0.4.0", "@riophae/vue-treeselect": "0.4.0",

View File

@ -9,7 +9,7 @@ export default {
name: 'bonusDoc', name: 'bonusDoc',
data() { data() {
return { return {
url: 'http://doc.bonus.vip/bonus-cloud' url: 'http://doc.bonus.vip/Bonus-Cloud'
} }
}, },
methods: { methods: {

View File

@ -9,7 +9,7 @@ export default {
name: 'bonusGit', name: 'bonusGit',
data() { data() {
return { return {
url: 'https://gitee.com/y_project/bonus-Cloud' url: 'https://gitee.com/y_project/Bonus-Cloud'
} }
}, },
methods: { methods: {