Commit ae599fbd by linjinhong

修改物流分区表头对齐问题

parent 1ad30696
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
:tableEditConfig="{ :tableEditConfig="{
enabled: true, enabled: true,
}" }"
align="center"
border="full" border="full"
@getCheckboxRecords="handleCheckboxRecords" @getCheckboxRecords="handleCheckboxRecords"
></CustomizeTable> ></CustomizeTable>
......
...@@ -8,15 +8,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx' ...@@ -8,15 +8,6 @@ import vueJsx from '@vitejs/plugin-vue-jsx'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
base: '/', base: '/',
server: {
port: 9527,
host: true,
proxy: {
'/api': {
target: 'http://10.168.1.132:8060',
},
},
},
plugins: [ plugins: [
vue(), vue(),
......
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