@jx3box/jx3box-common-ui 5.6.3 → 5.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "5.6.3",
3
+ "version": "5.6.4",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -69,11 +69,10 @@
69
69
  </template>
70
70
 
71
71
  <script>
72
- import { __Root } from "@jx3box/jx3box-common/data/jx3box.json";
72
+ import { __Root,__clients } from "@jx3box/jx3box-common/data/jx3box.json";
73
73
  import { showDate, showTime } from "@jx3box/jx3box-common/js/moment";
74
74
  import { editLink, authorLink } from "@jx3box/jx3box-common/js/utils.js";
75
75
  import User from "@jx3box/jx3box-common/js/user.js";
76
- import client_map from "../../assets/data/clients.json";
77
76
  export default {
78
77
  name: "single-header",
79
78
  props: ["post", "stat"],
@@ -123,7 +122,7 @@ export default {
123
122
  },
124
123
  methods: {
125
124
  showClientLabel: function(val) {
126
- return client_map[val];
125
+ return __clients[val];
127
126
  },
128
127
  },
129
128
  mounted: function() {},
@@ -1,5 +0,0 @@
1
- {
2
- "std": "正式服",
3
- "origin": "怀旧服",
4
- "all": "双端"
5
- }