当前位置:网站首页>arcgis js api dojoConfig配置
arcgis js api dojoConfig配置
2022-04-23 19:08:00 【Gis烤羊腿真好吃】
//dojoConfig必须在init.js引入之前配置。
var dojoConfig = {
paths: {
packagebaseurl: "localhost:8080/project/packagemethod/js"//存放的路径
}
};
//配置好后就可以使用
require([
"packagebaseurl/text",//text.js文件必须define定义的模块
"dojo/domReady!"
], function() {
new text();
})
版权声明
本文为[Gis烤羊腿真好吃]所创,转载请带上原文链接,感谢
https://blog.csdn.net/weixin_38190600/article/details/89299537
边栏推荐
- : app: transformclasseswithrobustfordevrease meituan hot repair compilation error record
- Network protocol: SCTP flow control transmission protocol
- Raspberry pie 18b20 temperature
- Fundamentals of machine learning theory -- some terms about machine learning
- Nacos作为服务注册中心
- Esp32 (UART receiving and sending) - receiving and sending communication of serial port (4)
- Seata handles distributed transactions
- MySQL学习第五弹——事务及其操作特性详解
- Sentinel服务熔断实战(sentinel整合ribbon+openFeign+fallback)
- 简化路径(力扣71)
猜你喜欢
ESP32 LVGL8. 1 - roller rolling (roller 24)
Partage de la conception de l'alimentation électrique de commutation et illustration des compétences en conception de l'alimentation électrique
binlog2sql 工具安装使用及问题汇总
Switching power supply design sharing and power supply design skills diagram
Class loading process of JVM
One of the reasons why the WebView web page cannot be opened (and some WebView problem records encountered by myself)
ESP32 LVGL8. 1 - bar progress bar (bar 21)
PyGame tank battle
Openharmony open source developer growth plan, looking for new open source forces that change the world!
ESP32 LVGL8. 1 - input devices (input devices 18)
随机推荐
redis优化系列(三)解决主从配置后的常见问题
开关电源设计分享及电源设计技巧图解
C1000k TCP connection upper limit test 1
Xlslib use
Download xshell 6 and xftp6 official websites
MySQL Téléchargement et installation de la version Linux
SSDB基础
FTP, SSH Remote Access and control
On the forced conversion of C language pointer
How can programmers quickly develop high-quality code?
WebView saves the last browsing location
Deeply understand what new and make in golang are and what are the differences?
8266 obtain 18b20 temperature
Fundamentals of machine learning theory -- some terms about machine learning
mysql_linux版本的下载及安装详解
Sentinel rule persistence into Nacos
7、 DOM (Part 2) - chapter after class exercises and answers
【玩转Lighthouse】腾讯云轻量服务器搭建全平台视频解析视频下载网站
Screenshot using projectmediamanager
Practice of Druid SQL and security in meituan review