king
2021-03-03 6c56a138c17dc9aff9d175d20645eb176d2e024b
src/index.js
@@ -59,7 +59,8 @@
// 测试系统文件置于admin中
fetch(process.env.NODE_ENV === 'production' && options.sysType === 'local' ? '../options.json' : './options.json')
// fetch(process.env.NODE_ENV === 'production' ? '../options.json' : './options.json')
fetch('../options.json')
  .then(response => response.json())
  .catch(() => {
    document.getElementById('root').innerHTML = '<div style="text-align: center; font-size: 30px; margin-top: 40vh;">系统配置信息获取失败,请联系管理员!</div>'
@@ -159,7 +160,7 @@
        GLOB.webSite = _systemMsg.webSite
        GLOB.style = _systemMsg.style
        GLOB.showline = _systemMsg.showline || ''
        GLOB.navBar = _systemMsg.navBar || 'sidemenu'
        GLOB.navBar = _systemMsg.navBar || ''
        if (GLOB.favicon) {
          let link = document.querySelector("link[rel*='icon']") || document.createElement('link')