Commit 8ed0c6ac by 刘玉帅

sn

parent 4af1c87f
<!--
* @Author: your name
* @Date: 2021-08-06 09:07:13
* @LastEditTime: 2021-08-09 17:40:13
* @LastEditTime: 2021-11-11 11:14:55
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \founder_vue\src\App.vue
......@@ -17,7 +17,11 @@ export default {
};
</script>
<style>
.el-popper[x-placement^=bottom]{
width: 500px !important;
}
</style>
<style lang="scss" scoped>
/*每个页面公共css */
@import "assets/styles/main.scss";
......
......@@ -84,7 +84,9 @@ export default {
isCollapse: false,
};
},
created() {},
created() {
sessionStorage.setItem("userid", 'qgdsqzz01');
},
computed: {
...mapGetters(["defaultGoodsImage", "userAuth"]),
},
......
......@@ -121,7 +121,7 @@ export default {
data() {
return {
Zzjglx:sessionStorage.getItem("Zzjglx") ,
Zzjglx:15 ,
// Zzjglx:15 ,
map: null,
tab: "",
event: "",
......
/*
* @Author: your name
* @Date: 2021-07-28 09:13:40
* @LastEditTime: 2021-11-08 10:44:19
* @LastEditTime: 2021-11-10 10:29:41
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: \山南\vue.config.js
......@@ -74,7 +74,7 @@ module.exports = {
// }
// },
"/OTHER": {
target: "http://172.18.110.13:8085",
target: "http://172.20.1.243:8085",
ws: true,
changeOrigin: true,
pathRewrite: {
......
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