|
@@ -21,22 +21,22 @@ export default defineConfig({
|
|
|
{ 'http-equiv': 'expires', content: '0' },
|
|
|
{ 'http-equiv': 'X-UA-Compatible', content: 'IE=EmulateIE9' },
|
|
|
],
|
|
|
- links: [
|
|
|
- {
|
|
|
- href: 'stylesheet',
|
|
|
- rel: 'http://localhost:3000/plugins/css/pluginsCss.css',
|
|
|
- },
|
|
|
- { href: 'stylesheet', rel: 'http://localhost:3000/plugins/plugins.css' },
|
|
|
- { href: 'stylesheet', rel: 'http://localhost:3000/css/luckysheet.css' },
|
|
|
- {
|
|
|
- href: 'stylesheet',
|
|
|
- rel: 'http://localhost:3000/assets/iconfont/iconfont.css',
|
|
|
- },
|
|
|
- ],
|
|
|
- scripts: [
|
|
|
- { src: 'http://localhost:3000/plugins/js/plugin.js' },
|
|
|
- { src: 'http://localhost:3000/luckysheet.umd.js' },
|
|
|
- ],
|
|
|
+ // links: [
|
|
|
+ // {
|
|
|
+ // href: 'stylesheet',
|
|
|
+ // rel: 'http://localhost:3000/plugins/css/pluginsCss.css',
|
|
|
+ // },
|
|
|
+ // { href: 'stylesheet', rel: 'http://localhost:3000/plugins/plugins.css' },
|
|
|
+ // { href: 'stylesheet', rel: 'http://localhost:3000/css/luckysheet.css' },
|
|
|
+ // {
|
|
|
+ // href: 'stylesheet',
|
|
|
+ // rel: 'http://localhost:3000/assets/iconfont/iconfont.css',
|
|
|
+ // },
|
|
|
+ // ],
|
|
|
+ // scripts: [
|
|
|
+ // { src: 'http://localhost:3000/plugins/js/plugin.js' },
|
|
|
+ // { src: 'http://localhost:3000/luckysheet.umd.js' },
|
|
|
+ // ],
|
|
|
proxy: {
|
|
|
'/api': {
|
|
|
// target: 'http://47.96.12.136:8888/',
|