mirror of https://github.com/halo-dev/halo-admin
release: 1.4.14 (#391)
parent
acea961571
commit
1476443872
|
@ -1,3 +1,3 @@
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.13/dist/
|
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.14/dist/
|
||||||
VUE_APP_API_URL=/
|
VUE_APP_API_URL=/
|
||||||
|
|
|
@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
|
||||||
2、检出最新版本:
|
2、检出最新版本:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git checkout v1.4.13
|
git checkout v1.4.14
|
||||||
```
|
```
|
||||||
|
|
||||||
3、打包构建:
|
3、打包构建:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.4.13",
|
"version": "1.4.14",
|
||||||
"author": "halo-dev",
|
"author": "halo-dev",
|
||||||
"description": "Halo admin client.",
|
"description": "Halo admin client.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue