mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
no message
This commit is contained in:
@@ -26,6 +26,11 @@
|
||||
<el-table-column prop="name" label="固件名称"></el-table-column>
|
||||
<el-table-column prop="description" label="固件描述"></el-table-column>
|
||||
<el-table-column prop="filePath" label="路径"></el-table-column>
|
||||
<el-table-column prop="useRange" label="固件类型">
|
||||
<template slot-scope="scope">
|
||||
<span>{{ scope.row.useRange == 2 ? '蓝牙':'4G' }}</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
<pagination
|
||||
v-show="total > 0"
|
||||
|
||||
@@ -35,10 +35,12 @@ module.exports = {
|
||||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
target: `http://localhost:8080`,
|
||||
// target: `http://localhost:8080`,
|
||||
// 更改代理为本地地址
|
||||
// target: `http://192.168.2.6:8080`,
|
||||
// target: `https://api.jsowellcloud.com`,
|
||||
// target: `http://106.14.94.149:8080`,
|
||||
// target: `http://192.168.2.21:8080`,
|
||||
// target: `https://api.jsowellcloud.com`,
|
||||
target: `https://apitest.jsowellcloud.com`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
["^" + process.env.VUE_APP_BASE_API]: "",
|
||||
|
||||
Reference in New Issue
Block a user