Commit 97aef30e authored by zqm's avatar zqm

1.测试环境更换引擎、模板、代码表取值路径

parent 888b7ebd
......@@ -15,7 +15,8 @@ import tools from './tools/tools.js'
import specialTreatment from './tools/specialTreatment.js'
import { store } from './store/vuex'
import https from './https';
require('../static/engine/css/engine.' + engineVersion + '.css');
// require('../static/engine/css/engine.' + engineVersion + '.css');
import engine from '../static/engine/css/engine.css'
import style from '../static/css/style.css'
import "babel-polyfill"
window.mountObj = {};
......
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