Explorar el Código

feat: cdn http -> https

lanjianrong hace 4 años
padre
commit
7c1e839385
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      config/config.js

+ 4 - 4
config/config.js

@@ -50,12 +50,12 @@ export default defineConfig({
   scripts:
     process.env.NODE_ENV === 'development'
       ? [
-          'https://zhcld.com/resource/js/react.development.js',
-          'https://zhcld.com/resource/js/react-dom.development.js'
+          'https://d2.smartcost.com.cn/cach/cld/react.development.js',
+          'https://d2.smartcost.com.cn/cach/cld/react-dom.development.js'
         ]
       : [
-          'https://zhcld.com/resource/js/react.production.min.js',
-          'https://zhcld.com/resource/js/react-dom.production.min.js'
+          'https://d2.smartcost.com.cn/cach/cld/react.production.min.js',
+          'https://d2.smartcost.com.cn/cach/cld/react-dom.production.min.js'
         ],
   routes,
   theme: {