Commit ebb7676d authored by Wallen姚文辉's avatar Wallen姚文辉

造单

parent 03cd23a1
<template>
<PageHeader :title="title">
</PageHeader>
<div style="margin-top: 8px">
<Row>
<Col span="12">
<a target="_blank" href="http://192.168.11.185:8080/view/%E5%A4%96%E9%83%A8%E5%8F%AF%E8%AE%BF%E9%97%AE%EF%BC%88%E7%94%A8%E4%BA%8E%E5%88%9B%E5%8D%95%EF%BC%89/job/%E7%94%9F%E4%BA%A7%E7%8E%AF%E5%A2%83%E5%88%9B%E5%8D%95/"> 生产环境造单(完善客户信息+证件审核)</a>
</Col>
<Col span="12">
<div @click="copyUser()">复制账号</div>
<div @click="copyPass()">复制密码</div>
</Col>
</Row>
</div>
</template>
<script setup>
import { copy } from 'clipboard';
import { ref } from 'vue'
const page_id = ref(22)
const title = ref("生产环境造单")
function copyUser(){
}
function copyPass(){
}
</script>
<style>
.vertical-center-modal {
display: flex;
align-items: center;
justify-content: center;
}
.vertical-center-modal .ivu-modal {
top: 0;
}
</style>
\ No newline at end of file
......@@ -12,6 +12,8 @@ module.exports = defineConfig({
}
},
devServer: {
historyApiFallback: true,
allowedHosts: "all",
proxy: {
'/api': {
target: 'http://localhost:8080',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment