Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
release: 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Apr 12, 2020
1 parent c2b4546 commit 85e5a64
Show file tree
Hide file tree
Showing 7 changed files with 216 additions and 253 deletions.
2 changes: 1 addition & 1 deletion .env.jsdelivr
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NODE_ENV=production
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].1/dist/
PUBLIC_PATH=https://cdn.jsdelivr.net/npm/[email protected].2/dist/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/halo-dev/halo-admin
2、检出最新版本:

```bash
git checkout v1.3.1
git checkout v1.3.2
```

3、打包构建:
Expand Down
454 changes: 208 additions & 246 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "halo-admin",
"version": "1.3.1",
"version": "1.3.2",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
Expand All @@ -27,7 +27,8 @@
"vue-ls": "^3.2.1",
"vue-router": "^3.1.6",
"vuejs-logger": "^1.5.3",
"vuex": "^3.1.1"
"vuex": "^3.1.1",
"flv.js": "^1.5.0"
},
"devDependencies": {
"@babel/polyfill": "^7.4.4",
Expand All @@ -44,7 +45,6 @@
"eslint": "^5.16.0",
"eslint-plugin-html": "^5.0.5",
"eslint-plugin-vue": "^5.2.3",
"flv.js": "^1.5.0",
"generate-asset-webpack-plugin": "^0.3.0",
"less": "^3.10.0",
"less-loader": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<meta name="robots" content="noindex,nofllow" />
<meta name="generator" content="Halo 1.3.1" />
<meta name="generator" content="Halo 1.3.2" />
<link rel="icon" href="<%= BASE_URL %>logo.png" />
<title>Halo Dashboard</title>
<style>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Upload/FilePondUpload.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default {
loadOptions: {
type: Boolean,
required: false,
default: false
default: true
}
},
data: function() {
Expand Down
1 change: 1 addition & 0 deletions src/views/system/Installation.vue
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
label="拖拽或点击选择数据文件,请确认是否为 Halo 后台导出的文件。"
:multiple="false"
:uploadHandler="handleMigrationUpload"
:loadOptions="false"
></FilePondUpload>
</div>

Expand Down

0 comments on commit 85e5a64

Please sign in to comment.