改成UTF-8格式存储

This commit is contained in:
li.jin
2018-11-13 15:55:27 +08:00
parent 9913e90893
commit 55f3f22313
29 changed files with 29 additions and 29 deletions

View File

@@ -1,4 +1,4 @@
import axios from 'axios'
import axios from 'axios'
export default {
namespaced: true,

View File

@@ -1,4 +1,4 @@
export { default as chain } from './chain'
export { default as chain } from './chain'
export { default as market } from './market'
export { default as network } from './network'
export { default as node } from './node'

View File

@@ -1,4 +1,4 @@
import { ticApi } from '../../services'
import { ticApi } from '../../services'
import router from '../../router'
import { i18n } from '../../i18n'
import _ from 'lodash'

View File

@@ -1,4 +1,4 @@
export default {
export default {
namespaced: true,
state: {},
mutations: {},

View File

@@ -1,4 +1,4 @@
export default {
export default {
namespaced: true,
state: {

View File

@@ -1,4 +1,4 @@
export default {
export default {
namespaced: true,
state: {},
mutations: {},

View File

@@ -1,4 +1,4 @@
import axios from 'axios'
import axios from 'axios'
export default {
namespaced: true,