改成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 +1 @@
export { default as ticApi } from './tic'
export { default as ticApi } from './tic'

View File

@@ -1,4 +1,4 @@
import { Crypto as ticCrypto } from 'tic.common'
import { Crypto as ticCrypto } from 'tic.common'
export const secword2PubKey = secword => ticCrypto.seckey2pubkey(secword)
export const secword2Address = secword => ticCrypto.secword2address(secword)

View File

@@ -1,4 +1,4 @@
// eslint-disable-next-line
// eslint-disable-next-line
import * as worker from 'workerize-loader!./tic-bg'
const instance = worker()

View File

@@ -1,3 +1,3 @@
export default {
export default {
dev: process.env.NODE_ENV === 'development',
}

View File

@@ -1,4 +1,4 @@
import axios from 'axios'
import axios from 'axios'
import app from './app'
axios.defaults.baseURL = app.dev ? 'http://test-jp.bittic.net:6842/api/' : 'http://test-sg.bittic.net:6842/api/'

View File

@@ -1,3 +1,3 @@
export { default as app } from './app'
export { default as app } from './app'
export { default as storage } from './storage'
export * from './api'

View File

@@ -1,4 +1,4 @@
const KEY_SETTING_STORAGE = 'KEY_SETTING_STORAGE'
const KEY_SETTING_STORAGE = 'KEY_SETTING_STORAGE'
const retrieveSettings = () => {
try {

View File

@@ -1,4 +1,4 @@
import Vue from 'vue'
import Vue from 'vue'
import { Vuetify } from 'vuetify'
import {
VApp,