Browse Source

优化主题

master
ltlzx 4 years ago
parent
commit
346e01a715
  1. 2
      store/index.js

2
store/index.js

@ -40,7 +40,7 @@ function defaultTheme() {
// }
uni.setStorageSync('theme','light');
// uni.setStorageSync('language','zh-CN');
let state = `dark`
let state = `light`
return state;
}
// #ifdef APP-PLUS

Loading…
Cancel
Save