Commit bf1b477d authored by 刘怀志's avatar 刘怀志

细节修改4

parent 8e1b7075
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
<el-table-column <el-table-column
label="宠物品种" label="宠物品种"
prop="petBreed" prop="petBreed"
show-overflow-tooltip
> >
<template slot-scope="scope"> <template slot-scope="scope">
{{ scope.row.petBreed }}/{{ scope.row.petChildBreed }} {{ scope.row.petBreed }}/{{ scope.row.petChildBreed }}
......
...@@ -69,8 +69,8 @@ module.exports = { ...@@ -69,8 +69,8 @@ module.exports = {
proxy: { proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy // detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://localhost:8091`, // target: `http://localhost:8091`,
// target: `http://114.67.241.140:8091`, target: `http://114.67.241.140:8091`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
['^' + process.env.VUE_APP_BASE_API]: '' ['^' + process.env.VUE_APP_BASE_API]: ''
......
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