From 6fbbe3a1de3a91b5637d5a9ca4008461020bb825 Mon Sep 17 00:00:00 2001 From: zyronon Date: Sat, 16 Aug 2025 03:08:59 +0800 Subject: [PATCH] fix:fix button disable status --- vite.config.ts | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/vite.config.ts b/vite.config.ts index 75f2aeeb..c33831ec 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -47,19 +47,36 @@ export default defineConfig(() => { { name: 'vue', var: 'Vue', - path: `http://2study.top/vue.global.prod.min.js` + path: `https://type-words.oss-cn-shenzhen.aliyuncs.com/vue.global.prod.min.js` }, { name: 'vue-router', var: 'VueRouter', - path: `http://2study.top/vue-router.global.prod.min.js` + path: `https://type-words.oss-cn-shenzhen.aliyuncs.com/vue-router.global.prod.min.js` }, { name: 'axios', var: 'axios', - path: 'http://2study.top/axios.min.js' + path: 'https://type-words.oss-cn-shenzhen.aliyuncs.com/axios.min.js' }, ] + // modules: [ + // { + // name: 'vue', + // var: 'Vue', + // path: `http://2study.top/vue.global.prod.min.js` + // }, + // { + // name: 'vue-router', + // var: 'VueRouter', + // path: `http://2study.top/vue-router.global.prod.min.js` + // }, + // { + // name: 'axios', + // var: 'axios', + // path: 'http://2study.top/axios.min.js' + // }, + // ] }) ], define: {