rename ruoyi to bonus
This commit is contained in:
parent
935f2cbfab
commit
911a476c48
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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: {
|
||||||
|
|
@ -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: {
|
||||||
Loading…
Reference in New Issue