yujialong 9 months ago
parent 84c8412fe9
commit 3bf5c1b98a
  1. 2252
      src/pages/screen/list/index.vue
  2. 2
      src/setting.js

File diff suppressed because it is too large Load Diff

@ -12,7 +12,7 @@ const dev = process.env.NODE_ENV === 'development' // 本地
let host = `${location.origin}/` let host = `${location.origin}/`
if (dev) { if (dev) {
host = 'http://121.37.12.51/' host = 'http://121.37.12.51/'
// host = 'http://192.168.31.51:9000/' host = 'http://192.168.31.217:9000/'
} }
const Setting = { const Setting = {

Loading…
Cancel
Save