合并
This commit is contained in:
parent
a5f67793b6
commit
ed8ce81cb8
@ -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;
|
|
@ -152,7 +152,7 @@
|
|||||||
class="default-table score-comparison-table"
|
class="default-table score-comparison-table"
|
||||||
:row-class-name="tableRowClassName"
|
:row-class-name="tableRowClassName"
|
||||||
>
|
>
|
||||||
<el-table-column prop="category" label="类别" width="180"></el-table-column>
|
<el-table-column prop="category" label="" width="180"></el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
v-for="(header) in scoreComparisonHeaders"
|
v-for="(header) in scoreComparisonHeaders"
|
||||||
:key="header.prop"
|
:key="header.prop"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user