Commit 1bb8176e by 林家欣

修改统一官网地址为现有地址

parent 0fc9502b
...@@ -39,11 +39,15 @@ ...@@ -39,11 +39,15 @@
</template> </template>
<script> <script>
import cywz from "./comps/cywz.vue"; import cywz from "./comps/cywz.vue";
import { mapState } from "vuex";
export default { export default {
components: { components: {
cywz, cywz,
}, },
computed: {
...mapState(["urls"]),
},
data() { data() {
return { return {
currentList: [], currentList: [],
...@@ -265,7 +269,7 @@ export default { ...@@ -265,7 +269,7 @@ export default {
}, },
{ {
name: '中国', name: '中国',
url: 'http://www.gs1cn.org' url: window.location.origin
}, },
{ {
name: '吉尔吉斯斯坦', 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