Commit 062d9f4b authored by lizhichao's avatar lizhichao
parents e76f9107 48eedd59
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="showDetail(scope.row)" @click="showDetail(scope.row)"
v-hasPermi="['standingBook:hidden:query']"
>详情</el-button> >详情</el-button>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -56,7 +56,6 @@ ...@@ -56,7 +56,6 @@
type="text" type="text"
icon="el-icon-edit" icon="el-icon-edit"
@click="showDetail(scope.row)" @click="showDetail(scope.row)"
v-hasPermi="['standingBook:trouble:query']"
>详情</el-button> >详情</el-button>
</template> </template>
</el-table-column> </el-table-column>
......
...@@ -34,8 +34,8 @@ module.exports = { ...@@ -34,8 +34,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:8903/gassafety`, // target: `http://localhost:8903/gassafety`,
// target: `http://222.223.203.154:8092/gassafety`, target: `http://222.223.203.154:8092/gassafety`,
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