Commit ff3dfe77 by tang

Merge remote-tracking branch 'origin/master'

parents 25ddb575 1bb8176e
......@@ -39,11 +39,15 @@
</template>
<script>
import cywz from "./comps/cywz.vue";
import { mapState } from "vuex";
export default {
components: {
cywz,
},
computed: {
...mapState(["urls"]),
},
data() {
return {
currentList: [],
......@@ -265,7 +269,7 @@ export default {
},
{
name: '中国',
url: 'http://www.gs1cn.org'
url: window.location.origin
},
{
name: '吉尔吉斯斯坦',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment