合并
This commit is contained in:
parent
f52641d417
commit
48c8dd7dc0
@ -1,21 +0,0 @@
|
|||||||
|
|
||||||
let __unconfig_data;
|
|
||||||
let __unconfig_stub = function (data = {}) { __unconfig_data = data };
|
|
||||||
__unconfig_stub.default = (data = {}) => { __unconfig_data = data };
|
|
||||||
import { defineConfig } from 'vite'
|
|
||||||
import vue from '@vitejs/plugin-vue'
|
|
||||||
|
|
||||||
// https://vite.dev/config/
|
|
||||||
const __unconfig_default = defineConfig({
|
|
||||||
plugins: [vue()],
|
|
||||||
define: {
|
|
||||||
'import.meta.env.MODE': JSON.stringify(process.env.NODE_ENV || 'development')
|
|
||||||
},
|
|
||||||
server: {
|
|
||||||
host: '0.0.0.0', // 允许从任何IP访问
|
|
||||||
port: 5173, // 前端端口
|
|
||||||
strictPort: true
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
if (typeof __unconfig_default === "function") __unconfig_default(...[{"command":"serve","mode":"development"}]);export default __unconfig_data;
|
|
@ -86,7 +86,7 @@
|
|||||||
<span class="info-value">{{ teacher.basicInformation.name2 }}{{ teacher.basicInformation.name3 ? ' / ' + teacher.basicInformation.name3 : '' }}</span>
|
<span class="info-value">{{ teacher.basicInformation.name2 }}{{ teacher.basicInformation.name3 ? ' / ' + teacher.basicInformation.name3 : '' }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="info-row">
|
<div class="info-row">
|
||||||
<span class="info-label">所属院校:</span>
|
<span class="info-label">所属学院:</span>
|
||||||
|
|
||||||
<span class="info-value">{{ teacher.basicInformation.name4 }}</span>
|
<span class="info-value">{{ teacher.basicInformation.name4 }}</span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
<span class="display-text">{{ teacherData.basicInformation.name3 }}</span>
|
<span class="display-text">{{ teacherData.basicInformation.name3 }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
<span class="label">所属院校:</span>
|
<span class="label">所属学院:</span>
|
||||||
<span class="display-text">{{ teacherData.basicInformation.name4 }}</span>
|
<span class="display-text">{{ teacherData.basicInformation.name4 }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item">
|
<div class="form-item">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user