mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-18 14:57:26 +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
|
FROM nginx:alpine
|
||||||
COPY --from=stage-build /data/dist /opt/lina/
|
COPY --from=stage-build /data/dist /opt/lina/
|
||||||
# COPY ./src/assets/i18n /opt/luna/i18n
|
|
||||||
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
COPY nginx.conf /etc/nginx/conf.d/default.conf
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
import { IBox } from '@/components'
|
import { IBox } from '@/components'
|
||||||
import { Page } from '@/layout/components'
|
import Page from '@/layout/components/Page'
|
||||||
import GenericCreateUpdateForm from '../GenericCreateUpdateForm'
|
import GenericCreateUpdateForm from '../GenericCreateUpdateForm'
|
||||||
export default {
|
export default {
|
||||||
name: 'GenericCreateUpdatePage',
|
name: 'GenericCreateUpdatePage',
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Page } from '@/layout/components'
|
import Page from '@/layout/components/Page'
|
||||||
import ListTable from '@/components/ListTable'
|
import ListTable from '@/components/ListTable'
|
||||||
export default {
|
export default {
|
||||||
name: 'GenericListPage',
|
name: 'GenericListPage',
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Page } from '@/layout/components'
|
import Page from '@/layout/components/Page'
|
||||||
import TreeTable from '@/components/TreeTable'
|
import TreeTable from '@/components/TreeTable'
|
||||||
export default {
|
export default {
|
||||||
name: 'GenericTreeListPage',
|
name: 'GenericTreeListPage',
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { Page } from '@/layout/components'
|
import Page from '@/layout/components/Page'
|
||||||
import { SummaryCard } from '@/components'
|
import { SummaryCard } from '@/components'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
@ -48,7 +48,7 @@ import Term from '@/components/Term'
|
|||||||
import IBox from '@/components/IBox'
|
import IBox from '@/components/IBox'
|
||||||
import Select2 from '@/components/Select2'
|
import Select2 from '@/components/Select2'
|
||||||
import CodeMirror from '@/components/CodeMirror'
|
import CodeMirror from '@/components/CodeMirror'
|
||||||
import { Page } from '@/layout/components'
|
import Page from '@/layout/components/Page'
|
||||||
export default {
|
export default {
|
||||||
name: 'CommandExecution',
|
name: 'CommandExecution',
|
||||||
components: {
|
components: {
|
||||||
|
Loading…
Reference in New Issue
Block a user