Commit 42d48d8c authored by 纪泽龙's avatar 纪泽龙

修改备注为暂无备注

parent 420c510c
......@@ -121,7 +121,7 @@ export default {
};
</script>
<style lang="scss" >
<style lang="scss" scoped>
.myCenter {
// width: 978px;
max-height: 600px;
......
<!--
* @Author: your name
* @Date: 2022-01-26 20:07:52
* @LastEditTime: 2022-03-08 15:23:40
* @LastEditTime: 2022-03-10 10:14:57
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
......@@ -105,7 +105,7 @@ export default {
return {
companyType,
deviceType,
profile: "暂无",
profile: "暂无备注",
typeList: {
// 1压力表 2流量计 3探测器
1: "压力表",
......
<!--
* @Author: your name
* @Date: 2022-01-26 20:07:52
* @LastEditTime: 2022-03-08 15:22:20
* @LastEditTime: 2022-03-10 10:14:44
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
......@@ -104,7 +104,7 @@ export default {
return {
companyType,
deviceType,
profile: "暂无",
profile: "暂无备注",
typeList: {
// 1压力表 2流量计 3探测器
1: "压力表",
......
<!--
* @Author: your name
* @Date: 2022-01-11 13:44:17
* @LastEditTime: 2022-03-08 17:27:26
* @LastEditTime: 2022-03-10 09:12:48
* @LastEditors: Please set LastEditors
* @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
* @FilePath: /test/hello-world/src/views/Home.vue
......@@ -185,7 +185,7 @@ export default {
components: {
leftBar,
rightBar,
Center,
// Center,
UserCenter,
OtherCenter,
PipeColor,
......
......@@ -34,8 +34,8 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://192.168.2.14:8903/gassafety`,
// target: `http://222.223.203.154:8092/gassafety`,
// target: `http://192.168.2.14:8903/gassafety`,
target: `http://222.223.203.154:8092/gassafety`,
changeOrigin: true,
pathRewrite: {
['^' + 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