mirror of
https://github.com/jumpserver/lina.git
synced 2025-05-11 01:27:13 +00:00
[fix]修复Build Bug
This commit is contained in:
parent
16400a80c5
commit
97c60de58c
@ -9,5 +9,4 @@ RUN yarn build:prod
|
||||
|
||||
FROM nginx:alpine
|
||||
COPY --from=stage-build /data/dist /opt/lina/
|
||||
# COPY ./src/assets/i18n /opt/luna/i18n
|
||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||
|
@ -7,7 +7,7 @@
|
||||
</template>
|
||||
<script>
|
||||
import { IBox } from '@/components'
|
||||
import { Page } from '@/layout/components'
|
||||
import Page from '@/layout/components/Page'
|
||||
import GenericCreateUpdateForm from '../GenericCreateUpdateForm'
|
||||
export default {
|
||||
name: 'GenericCreateUpdatePage',
|
||||
|
@ -5,7 +5,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Page } from '@/layout/components'
|
||||
import Page from '@/layout/components/Page'
|
||||
import ListTable from '@/components/ListTable'
|
||||
export default {
|
||||
name: 'GenericListPage',
|
||||
|
@ -6,7 +6,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Page } from '@/layout/components'
|
||||
import Page from '@/layout/components/Page'
|
||||
import TreeTable from '@/components/TreeTable'
|
||||
export default {
|
||||
name: 'GenericTreeListPage',
|
||||
|
@ -20,7 +20,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { Page } from '@/layout/components'
|
||||
import Page from '@/layout/components/Page'
|
||||
import { SummaryCard } from '@/components'
|
||||
|
||||
export default {
|
||||
|
@ -48,7 +48,7 @@ import Term from '@/components/Term'
|
||||
import IBox from '@/components/IBox'
|
||||
import Select2 from '@/components/Select2'
|
||||
import CodeMirror from '@/components/CodeMirror'
|
||||
import { Page } from '@/layout/components'
|
||||
import Page from '@/layout/components/Page'
|
||||
export default {
|
||||
name: 'CommandExecution',
|
||||
components: {
|
||||
|
Loading…
Reference in New Issue
Block a user