|
|
@@ -135,7 +135,7 @@ export default {
|
|
|
localTest(){
|
|
|
// 本地调试打开
|
|
|
this.loadingFlag = false;
|
|
|
- this.isManufacturer = "distributor"; // distributor
|
|
|
+ this.isManufacturer = "manufacturer"; // distributor
|
|
|
if (this.isManufacturer === "manufacturer") {
|
|
|
if (this.$route.path === "/loading")
|
|
|
this.$router.replace({ path: "/uploadInfor" });
|
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
created() {
|
|
|
this.loadingFlag = true;
|
|
|
this.getData(); // 线上打开
|
|
|
- // this.localTest();// 本地调试打开
|
|
|
+ //this.localTest();// 本地调试打开
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
@@ -169,8 +169,8 @@ export default {
|
|
|
* {
|
|
|
padding: 0;
|
|
|
margin: 0;
|
|
|
- list-style: none;
|
|
|
- color: #333;
|
|
|
+ /*list-style: none;*/
|
|
|
+ /*color: #333;*/
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
button {
|