mirror of https://github.com/halo-dev/halo-admin
parent
0f8400b81a
commit
a41b17583b
|
@ -1,3 +1,3 @@
|
||||||
NODE_ENV=production
|
NODE_ENV=production
|
||||||
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.15/dist/
|
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/halo-admin@1.4.16/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.15
|
git checkout v1.4.16
|
||||||
```
|
```
|
||||||
|
|
||||||
3、打包构建:
|
3、打包构建:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "halo-admin",
|
"name": "halo-admin",
|
||||||
"version": "1.4.15",
|
"version": "1.4.16",
|
||||||
"author": "halo-dev",
|
"author": "halo-dev",
|
||||||
"description": "Halo admin client.",
|
"description": "Halo admin client.",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="renderer" content="webkit">
|
<meta name="renderer" content="webkit">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
|
||||||
<meta name="robots" content="noindex,nofollow" />
|
<meta name="robots" content="noindex,nofollow" />
|
||||||
<meta name="generator" content="Halo 1.4.13" />
|
<meta name="generator" content="Halo 1.4.16" />
|
||||||
<link rel="icon" href="/favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<title>Halo Dashboard</title>
|
<title>Halo Dashboard</title>
|
||||||
<style>
|
<style>
|
||||||
|
|
Loading…
Reference in New Issue