自定义日志删除

master
于肖磊 2024-10-12 17:45:41 +08:00
parent 0ec279e305
commit 7220e07b6e
2 changed files with 4 additions and 6 deletions

View File

@ -7,12 +7,12 @@
data: {
//
//
request_url: 'http://shopxo.com/',
// request_url:'https://new.shopxo.vip/',
// request_url: 'http://shopxo.com/',
request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url: 'http://shopxo.com/',
// static_url:'https://new.shopxo.vip/',
// static_url: 'http://shopxo.com/',
static_url:'https://new.shopxo.vip/',
// default
system_type: 'default',

View File

@ -68,7 +68,6 @@ export default {
computed: {
get_percentage_count() {
return (num, container_size) => {
// console.log(num);
return num * this.scale + 'px';
};
},
@ -94,7 +93,6 @@ export default {
query
.select('.custom-container')
.boundingClientRect((res) => {
console.log(res);
if ((res || null) != null) {
this.setData({
div_width: res.width,