,可以通过以下步骤实现:
const API_URL = "https://api.example.com";
export { API_URL };
import { API_URL } from './App.js';
// 现在可以在控制器中使用API_URL常量了
console.log(API_URL);
import React from 'react';
import { API_URL } from './App.js';
const MyComponent = () => {
return (
<div>
<p>API URL: {API_URL}</p>
</div>
);
}
export default MyComponent;
这样,你就可以在控制器和视图中访问App.js中定义的常量了。请注意,以上示例中的文件路径和变量名仅供参考,实际应根据你的项目结构和命名规范进行调整。
没有搜到相关的沙龙
领取专属 10元无门槛券
手把手带您无忧上云