add missing files
This commit is contained in:
parent
a987c84d3f
commit
2cf17addf2
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
```bash
|
||||
# 克隆项目
|
||||
git clone http://192.168.0.56:3000/bonus/bonus-ui.git
|
||||
git clone http://192.168.0.56:3000/bonus/Bonus-Cloud.git
|
||||
|
||||
# 进入项目目录
|
||||
cd bonus-ui
|
||||
|
|
@ -17,7 +17,7 @@ npm install --registry=https://registry.npmmirror.com
|
|||
npm run dev
|
||||
```
|
||||
|
||||
浏览器访问 http://localhost:1024
|
||||
浏览器访问 http://localhost:80
|
||||
|
||||
## 发布
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "bonus",
|
||||
"version": "24.6.0",
|
||||
"version": "3.6.4",
|
||||
"description": "博诺思管理系统",
|
||||
"author": "博诺思",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -167,7 +167,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
// 版本号
|
||||
version: "24.6.0",
|
||||
version: "3.6.4",
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue