Skip to content

Commit

Permalink
enums to constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nieheyong committed Jul 2, 2019
1 parent 48d54fc commit f49c3c0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
File renamed without changes.
18 changes: 0 additions & 18 deletions src/common/wx-promise.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/Scene/SettingScene/ThemeConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</template>

<script>
import { THEME_COLORS } from '@/common/enums'
import { THEME_COLORS } from '@/common/constant'
import {
getSetting,
setSetting,
Expand Down
2 changes: 1 addition & 1 deletion src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Vuex from 'vuex'
import { SCENE } from './pages/scene'
import { sysInfo, AppIntallInfo } from './common/utils'
import { getSetting, setSetting, APP_SETTING } from './common/app-setting'
import { THEME_COLORS } from './common/enums'
import { THEME_COLORS } from './common/constant'

Vue.use(Vuex)

Expand Down

0 comments on commit f49c3c0

Please sign in to comment.