удалил tugan из quasar.config.js
This commit is contained in:
parent
69122bae1e
commit
81bbe3939b
|
|
@ -219,9 +219,9 @@ module.exports = configure(function (ctx) {
|
|||
},
|
||||
|
||||
manifest: {
|
||||
name: 'Tugan App',
|
||||
short_name: 'Tugan App',
|
||||
description: 'A Tugan project',
|
||||
name: 'IT Radio App',
|
||||
short_name: 'IT Radio App',
|
||||
description: 'IT Radio project',
|
||||
display: 'standalone',
|
||||
orientation: 'portrait',
|
||||
background_color: '#ffffff',
|
||||
|
|
@ -284,7 +284,7 @@ module.exports = configure(function (ctx) {
|
|||
builder: {
|
||||
// https://www.electron.build/configuration/configuration
|
||||
|
||||
appId: 'tugan',
|
||||
appId: 'it-radio',
|
||||
},
|
||||
|
||||
// "chain" is a webpack-chain object https://github.com/neutrinojs/webpack-chain
|
||||
|
|
|
|||
|
|
@ -229,5 +229,3 @@ export default class extends REST {
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
// console.log(Django.getNowplaying());
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ export default createStore({
|
|||
},
|
||||
};
|
||||
},
|
||||
plugins: [vuexPersist.plugin],
|
||||
// plugins: [vuexPersist.plugin],
|
||||
mutations: {
|
||||
user(state, user) {
|
||||
state.user = user;
|
||||
|
|
@ -62,7 +62,6 @@ export default createStore({
|
|||
state.player = { ...state.player, ...params };
|
||||
},
|
||||
initPlayer(state) {
|
||||
// console.log('mutation initPlayer', state);
|
||||
state.player.target = document.createElement('audio');
|
||||
state.player.target.src = '';
|
||||
state.player.target.preload = 'auto';
|
||||
|
|
@ -128,7 +127,6 @@ export default createStore({
|
|||
context.commit('setPlayer', params);
|
||||
},
|
||||
initPlayer(context) {
|
||||
// console.log('action initPlayer');
|
||||
context.commit('initPlayer');
|
||||
},
|
||||
handlerPlayer(context, params) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue