- frontend 目录迁移至 backend-adminend(管理后台前端) - 新增 application-shccd159.yml、application-shjjy153.yml - 更新 deploy.conf、DEPLOY.md、application.yml Made-with: Cursor
17 lines
185 B
Handlebars
17 lines
185 B
Handlebars
{{#if state}}
|
|
const state = {}
|
|
{{/if}}
|
|
|
|
{{#if mutations}}
|
|
const mutations = {}
|
|
{{/if}}
|
|
|
|
{{#if actions}}
|
|
const actions = {}
|
|
{{/if}}
|
|
|
|
export default {
|
|
namespaced: true,
|
|
{{options}}
|
|
}
|