2020-06-16 02:20:06 +00:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
< link rel = "icon" href = "<%= BASE_URL %>favicon.ico" >
2020-07-02 02:53:26 +00:00
< % if(htmlWebpackPlugin.options.isProd){ %>
2020-07-02 02:37:43 +00:00
< link href = "https://cdn.staticfile.org/element-ui/2.13.2/theme-chalk/index.css" rel = "stylesheet" >
< link href = "https://cdn.staticfile.org/nprogress/0.2.0/nprogress.css" rel = "stylesheet" >
< link href = "https://cdn.staticfile.org/quill/1.3.7/quill.core.min.css" rel = "stylesheet" >
< link href = "https://cdn.staticfile.org/quill/1.3.7/quill.snow.min.css" rel = "stylesheet" >
< link href = "https://cdn.staticfile.org/quill/1.3.7/quill.bubble.min.css" rel = "stylesheet" >
<!-- Theme included stylesheets -->
< script src = "https://cdn.staticfile.org/vue/2.6.11/vue.min.js" > < / script >
< script src = "https://cdn.staticfile.org/vue-router/3.2.0/vue-router.min.js" > < / script >
< script src = "https://cdn.staticfile.org/axios/0.19.2/axios.min.js" > < / script >
< script src = "https://cdn.staticfile.org/lodash.js/4.17.15/lodash.min.js" > < / script >
< script src = "https://cdn.staticfile.org/echarts/4.8.0/echarts.min.js" > < / script >
< script src = "https://cdn.staticfile.org/nprogress/0.2.0/nprogress.min.js" > < / script >
< script src = "https://cdn.staticfile.org/element-ui/2.13.2/index.js" > < / script >
< script src = "https://cdn.staticfile.org/quill/1.3.7/quill.min.js" > < / script >
< script src = "vue-quill-editor.js" > < / script >
2020-07-02 02:53:26 +00:00
< % } %>
< title > < %= htmlWebpackPlugin.options.isProd ? '' :'dev -' %> 后台管理系统< / title >
2020-06-16 02:20:06 +00:00
< / head >
< body >
< noscript >
< strong > We're sorry but < %= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.< / strong >
< / noscript >
< div id = "app" > < / div >
<!-- built files will be auto injected -->
< / body >
< / html >